wgpun_DeviceGetLimits function
- @Native<WGPUDeviceLimits Function(Uint64)>(ffi.Uint64)>()
- int device
Get device limits.
Implementation
@ffi.Native<WGPUDeviceLimits Function(ffi.Uint64)>()
external WGPUDeviceLimits wgpun_DeviceGetLimits(
int device,
);