GPUDepthStencilState
interface GPUDepthStencilState {depthBias?: number;depthBiasClamp?: number;depthBiasSlopeScale?: number;depthCompare?: GPUCompareFunction;depthWriteEnabled?: boolean;format: GPUTextureFormat;stencilBack?: GPUStencilFaceState;stencilFront?: GPUStencilFaceState;stencilReadMask?: number;stencilWriteMask?: number;}
Свойства
depthBias?: numberdepthBiasClamp?: numberdepthBiasSlopeScale?: numberdepthCompare?: GPUCompareFunctiondepthWriteEnabled?: booleanformat: GPUTextureFormatstencilBack?: GPUStencilFaceStatestencilFront?: GPUStencilFaceStatestencilReadMask?: numberstencilWriteMask?: number
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUDepthStencilState