interface GPURenderPassDescriptor
implements GPUObjectDescriptorBase
import { type GPURenderPassDescriptor } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.deno_webgpu.d.ts";
Properties
colorAttachments: (GPURenderPassColorAttachment | null)[]
optional
depthStencilAttachment: GPURenderPassDepthStencilAttachmentoptional
occlusionQuerySet: GPUQuerySet