Skip to main content

GPURenderPassDescriptor

Extends

Properties

colorAttachments

colorAttachments: (
| GPURenderPassColorAttachment
| null)[];

depthStencilAttachment?

optional depthStencilAttachment?: GPURenderPassDepthStencilAttachment;

label?

optional label?: string;

Inherited from

GPUObjectDescriptorBase.label


maxDrawCount?

optional maxDrawCount?: number;

occlusionQuerySet?

optional occlusionQuerySet?: GPUQuerySet;

timestampWrites?

optional timestampWrites?: GPURenderPassTimestampWrites;