W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPURenderPassDescriptor
interface
GPURenderPassDescriptor
extends
GPUObjectDescriptorBase
{
colorAttachments
:
GPURenderPassColorAttachment
[]
;
depthStencilAttachment?
:
GPURenderPassDepthStencilAttachment
;
occlusionQuerySet?
:
GPUQuerySet
;
}
Extends
GPUObjectDescriptorBase
Properties
colorAttachments
:
GPURenderPassColorAttachment
[]
depthStencilAttachment?
:
GPURenderPassDepthStencilAttachment
occlusionQuerySet?
:
GPUQuerySet
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassDescriptor