GPUDepthStencilState
interface GPUDepthStencilState {
depthBias?: number;
depthBiasClamp?: number;
depthBiasSlopeScale?: number;
depthCompare?: GPUCompareFunction;
depthWriteEnabled?: boolean;
format: GPUTextureFormat;
stencilBack?: GPUStencilFaceState;
stencilFront?: GPUStencilFaceState;
stencilReadMask?: number;
stencilWriteMask?: number;
}§Properties
§
depthCompare?: GPUCompareFunction
[src]§
format: GPUTextureFormat
[src]§
stencilBack?: GPUStencilFaceState
[src]§
stencilFront?: GPUStencilFaceState
[src]