GPURenderPassDescriptor
Extends
Properties
colorAttachments
colorAttachments: (
| GPURenderPassColorAttachment
| null)[];
depthStencilAttachment?
optional depthStencilAttachment?: GPURenderPassDepthStencilAttachment;
label?
optional label?: string;
Inherited from
maxDrawCount?
optional maxDrawCount?: number;
occlusionQuerySet?
optional occlusionQuerySet?: GPUQuerySet;
timestampWrites?
optional timestampWrites?: GPURenderPassTimestampWrites;