Class PipelineGroup

A group of Pipelines that share the same VertexAttributeObjects and BindGroups.

Hierarchy

  • components
    • PipelineGroup

Constructors

Properties

_bindGroups: BindGroup[] = []
_device?: GPUDevice
_pipelineLayout?: GPUPipelineLayout
indexBuffer?: IndexBuffer
instanceCount: number
label?: string
pipelines: Pipeline[]
vertexAttributeObjects: VertexAttributeObject[] = []
vertexCount: number

Accessors

Methods

  • Parameters

    • label: string

    Returns void

Generated using TypeDoc