GPUPipelineLayout
- class wgpu.GPUPipelineLayout
Bases:
GPUObjectBaseDescribes the layout of a pipeline, as a list of
GPUBindGroupLayoutobjects.Create a pipeline layout using GPUDevice.create_pipeline_layout().
Bases: GPUObjectBase
Describes the layout of a pipeline, as a list of GPUBindGroupLayout objects.
Create a pipeline layout using GPUDevice.create_pipeline_layout().