wgpun_InstanceGetWGSLLanguageFeatures function

  1. @Native<Uint32 Function(Uint64)>(ffi.Uint64)>()
int wgpun_InstanceGetWGSLLanguageFeatures(
  1. int instance
)

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,
);