GPUSupportedWGSLLanguageFeatures
class GPUSupportedWGSLLanguageFeatures
A list of WGSL language features supported by the instance.
Summary
Public constructors |
|---|
GPUSupportedWGSLLanguageFeatures(features: IntArray) |
Public constructors
GPUSupportedWGSLLanguageFeatures
Added in 1.0.0-alpha02
GPUSupportedWGSLLanguageFeatures(features: IntArray = intArrayOf())
Public properties
features
Added in 1.0.0-alpha02
var features: IntArray
An array of the supported WGSL language feature names.