Struct wgpu::PipelineLayout
source · pub struct PipelineLayout { /* private fields */ }Expand description
Handle to a pipeline layout.
A PipelineLayout object describes the available binding groups of a pipeline.
It can be created with Device::create_pipeline_layout.
Corresponds to WebGPU GPUPipelineLayout.