interface GPURenderPipelineDescriptor
implements GPUPipelineDescriptorBase
import { type GPURenderPipelineDescriptor } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";
Properties
vertex: GPUVertexState
optional
primitive: GPUPrimitiveStateoptional
depthStencil: GPUDepthStencilStateoptional
multisample: GPUMultisampleStateoptional
fragment: GPUFragmentState