W3cubDocs

/Deno

GPURenderPipelineDescriptor

interface GPURenderPipelineDescriptor extends GPUPipelineDescriptorBase {
depthStencil?: GPUDepthStencilState;
fragment?: GPUFragmentState;
multisample?: GPUMultisampleState;
primitive?: GPUPrimitiveState;
vertex: GPUVertexState;
}

Properties

depthStencil?: GPUDepthStencilState
fragment?: GPUFragmentState
multisample?: GPUMultisampleState
primitive?: GPUPrimitiveState