deno / 1.23.2 / ~ / gpurenderpasslayout.html /

GPURenderPassLayout

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

Properties

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