Interface IPipeline

Interface as the output of a render pipeline.

Hierarchy

  • IPipeline

Properties

csPipelines?: GPUComputePipeline[]

The compute pipeline array

depthTextures?: GPUTexture[]

The depth texture array

gpuTextures?: GPUTexture[]

The GPU texture array

numInstances?: number

The number of instances

numVertices?: number

The number of vertices

pipelines?: GPURenderPipeline[]

The render pipeline array

uniformBindGroups?: GPUBindGroup[]

The uniform bind group array

uniformBuffers?: GPUBuffer[]

The uniform buffer array

vertexBuffers?: GPUBuffer[]

The vertex buffer array

Generated using TypeDoc