Skip to main content

GPURenderBundleEncoderDescriptor

Extends

Properties

colorFormats

colorFormats: (GPUTextureFormat | null)[];

Inherited from

GPURenderPassLayout.colorFormats


depthReadOnly?

optional depthReadOnly?: boolean;

depthStencilFormat?

optional depthStencilFormat?: GPUTextureFormat;

Inherited from

GPURenderPassLayout.depthStencilFormat


label?

optional label?: string;

Inherited from

GPURenderPassLayout.label


sampleCount?

optional sampleCount?: number;

Inherited from

GPURenderPassLayout.sampleCount


stencilReadOnly?

optional stencilReadOnly?: boolean;