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