W3cubDocs

/Deno

GPURenderPassLayout

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

Properties

colorFormats: GPUTextureFormat[]
depthStencilFormat?: GPUTextureFormat
sampleCount?: number