Struct PipelineLayout

An opaque handle to a pipeline layout describing the available binding groups of a pipeline.

struct PipelineLayout ;

A PipelineLayout object describes the available binding groups of a pipeline.

Fields

NameTypeDescription
descriptor __C.WGPUPipelineLayoutDescriptorDescribes this PipelineLayout.
id __C.WGPUPipelineLayoutImpl*Handle identifier.

See Also

wgpu::PipelineLayout