Uses of Interface
club.doki7.webgpu.datatype.IWGPUSamplerDescriptor
Packages that use IWGPUSamplerDescriptor
-
Uses of IWGPUSamplerDescriptor in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUSamplerDescriptorModifier and TypeMethodDescription@Nullable WGPUSampler
WGPU.deviceCreateSampler
(WGPUDevice device, @Nullable IWGPUSamplerDescriptor descriptor) -
Uses of IWGPUSamplerDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUSamplerDescriptorModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUSamplerDescriptor
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.