W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPURenderPassLayout
interface
GPURenderPassLayout
extends
GPUObjectDescriptorBase
{
colorFormats
:
GPUTextureFormat
[]
;
depthStencilFormat?
:
GPUTextureFormat
;
sampleCount?
:
number
;
}
Extends
GPUObjectDescriptorBase
Properties
colorFormats
:
GPUTextureFormat
[]
depthStencilFormat?
:
GPUTextureFormat
sampleCount?
:
number
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassLayout