Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/xdg/vendor/types/deno.d.ts>GPUDepthStencilState

Determine XDG Base Directory paths (OS/platform portable)
Go to Latest
interface GPUDepthStencilState
import { type GPUDepthStencilState } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";

Properties

optional
depthWriteEnabled: boolean
optional
depthCompare: GPUCompareFunction
optional
stencilFront: GPUStencilFaceState
optional
stencilBack: GPUStencilFaceState
optional
stencilReadMask: number
optional
stencilWriteMask: number
optional
depthBias: number
optional
depthBiasSlopeScale: number
optional
depthBiasClamp: number
optional
clampDepth: boolean