interface GPURenderPipelineDescriptor
implements GPUPipelineDescriptorBase
import { type GPURenderPipelineDescriptor } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.deno_webgpu.d.ts";
Properties
vertex: GPUVertexState
optional
primitive: GPUPrimitiveStateoptional
depthStencil: GPUDepthStencilStateoptional
multisample: GPUMultisampleStateoptional
fragment: GPUFragmentState