wgpun_AdapterGetFeatures function
Get adapter features as a bitmask. Bit positions match GpuFeatureName enum order.
Implementation
@ffi.Native<ffi.Uint32 Function(ffi.Uint64)>()
external int wgpun_AdapterGetFeatures(
int adapter,
);
Get adapter features as a bitmask. Bit positions match GpuFeatureName enum order.
@ffi.Native<ffi.Uint32 Function(ffi.Uint64)>()
external int wgpun_AdapterGetFeatures(
int adapter,
);