Uses of Interface
club.doki7.webgpu.datatype.IWGPURenderPipelineDescriptor
Packages that use IWGPURenderPipelineDescriptor
-
Uses of IWGPURenderPipelineDescriptor in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPURenderPipelineDescriptorModifier and TypeMethodDescription@Nullable WGPURenderPipeline
WGPU.deviceCreateRenderPipeline
(WGPUDevice device, IWGPURenderPipelineDescriptor descriptor) WGPU.deviceCreateRenderPipelineAsync
(SegmentAllocator allocator, WGPUDevice device, IWGPURenderPipelineDescriptor descriptor, WGPUCreateRenderPipelineAsyncCallbackInfo callbackInfo) -
Uses of IWGPURenderPipelineDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPURenderPipelineDescriptorModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPURenderPipelineDescriptor
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.