GPURenderPassLayout

interface GPURenderPassLayout extends GPUObjectDescriptorBase {
colorFormats: (GPUTextureFormat | null)[];
depthStencilFormat?: GPUTextureFormat;
sampleCount?: number;
}

§Extends

§
GPUObjectDescriptorBase
[src]

§Properties

§
colorFormats: (GPUTextureFormat | null)[]
[src]
§
depthStencilFormat?: GPUTextureFormat
[src]
§
sampleCount?: number
[src]