WGSLLanguageFeatures

sealed class WGSLLanguageFeatures : ReadonlySet<ERROR CLASS: Symbol not found for JsString> (source)

The WGSLLanguageFeatures interface of the WebGPU API is a setlike object that reports the WGSL language extensions supported by the WebGPU implementation. Available only in secure contexts.

MDN Reference

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
abstract fun entries(): JsIterator<Tuple2<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString>>
Link copied to clipboard
abstract fun forEach(action: (@R|kotlin/ParameterName|(name = String(item)) ERROR CLASS: Symbol not found for JsString) -> Unit)
open override fun forEach(action: (@R|kotlin/ParameterName|(name = String(item)) ERROR CLASS: Symbol not found for JsString) -> Unit)
Link copied to clipboard
abstract override fun has(key: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
abstract fun keys(): JsIterator<ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard
abstract fun values(): JsIterator<ERROR CLASS: Symbol not found for JsString>