Uses of Interface
club.doki7.webgpu.datatype.IWGPUComputePipelineDescriptor
Packages that use IWGPUComputePipelineDescriptor
-
Uses of IWGPUComputePipelineDescriptor in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUComputePipelineDescriptorModifier and TypeMethodDescription@Nullable WGPUComputePipeline
WGPU.deviceCreateComputePipeline
(WGPUDevice device, IWGPUComputePipelineDescriptor descriptor) WGPU.deviceCreateComputePipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPUComputePipelineDescriptor descriptor, WGPUCreateComputePipelineAsyncCallbackInfo callbackInfo) -
Uses of IWGPUComputePipelineDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUComputePipelineDescriptorModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUComputePipelineDescriptor
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.