Interface GPURenderPassLayout

Hierarchy

Properties

colorFormats: Iterable<null | GPUTextureFormat>

A list of the GPUTextureFormats of the color attachments for this pass or bundle.

depthStencilFormat?: GPUTextureFormat

The GPUTextureFormat of the depth/stencil attachment for this pass or bundle.

label?: string

The initial value of GPUObjectBase#labe | PUObjectBase.label.

sampleCount?: number

Number of samples per pixel in the attachments for this pass or bundle.

Generated using TypeDoc