wgpun_DeviceGetLimits function

  1. @Native<WGPUDeviceLimits Function(Uint64)>(ffi.Uint64)>()
WGPUDeviceLimits wgpun_DeviceGetLimits(
  1. int device
)

Get device limits.

Implementation

@ffi.Native<WGPUDeviceLimits Function(ffi.Uint64)>()
external WGPUDeviceLimits wgpun_DeviceGetLimits(
  int device,
);