Struct ComputePipeline

A handle to a compute pipeline.

struct ComputePipeline ;

Fields

NameTypeDescription
descriptor __C.WGPUComputePipelineDescriptorDescribes this ComputePipeline.
id __C.WGPUComputePipelineImpl*Handle identifier.

Methods

NameDescription
destroy () Release the given handle.

See Also

wgpu::ComputePipeline