GPUSupportedWGSLLanguageFeatures
public final class GPUSupportedWGSLLanguageFeatures
A list of supported optional WGSL language features.
Summary
Public constructors |
|---|
GPUSupportedWGSLLanguageFeatures(@NonNull int[] features) |
Public methods |
|
|---|---|
final @NonNull int[] |
An array of supported WGSL language feature names. |
final void |
setFeatures(@NonNull int[] value)An array of supported WGSL language feature names. |
Public constructors
GPUSupportedWGSLLanguageFeatures
Added in 1.0.0-alpha05
public GPUSupportedWGSLLanguageFeatures(@NonNull int[] features)
Public methods
getFeatures
Added in 1.0.0-alpha05
public final @NonNull int[] getFeatures()
An array of supported WGSL language feature names.
setFeatures
Added in 1.0.0-alpha05
public final void setFeatures(@NonNull int[] value)
An array of supported WGSL language feature names.