Uses of Interface
club.doki7.webgpu.datatype.IWGPULimits
Packages that use IWGPULimits
-
Uses of IWGPULimits in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPULimitsModifier and TypeMethodDescriptionint
WGPU.adapterGetLimits
(WGPUAdapter adapter, IWGPULimits limits) int
WGPU.deviceGetLimits
(WGPUDevice device, IWGPULimits limits) -
Uses of IWGPULimits in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPULimitsModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPULimits
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype with parameters of type IWGPULimitsModifier and TypeMethodDescriptionWGPUDeviceDescriptor.requiredLimits
(@Nullable IWGPULimits value)