wgpun_InstanceGetWGSLLanguageFeatures function
Get WGSL language features supported by this instance. Returns a bitmask matching GpuWgslLanguageFeatureName enum order.
Implementation
@ffi.Native<ffi.Uint32 Function(ffi.Uint64)>()
external int wgpun_InstanceGetWGSLLanguageFeatures(
int instance,
);