type PipelineOptions = {
mode: string,
blend: Blending | GPUBlendState,
side: Side,
shadow: boolean,
scissor: any,
depthWrite: boolean,
depthTest: boolean,
alphaToCoverage: boolean,
topology: GPUPrimitiveTopology,
stripIndexFormat: any,
}
packages / workbench / src / hooks / usePipelineOptions.ts