GPUPipelineLayout

class wgpu.GPUPipelineLayout

Bases: GPUObjectBase

Describes the layout of a pipeline, as a list of GPUBindGroupLayout objects.

Create a pipeline layout using GPUDevice.create_pipeline_layout().