Skip to main content
Module

x/netzo/deno.d.ts>GPUDepthStencilState

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface GPUDepthStencilState
import { type GPUDepthStencilState } from "https://deno.land/x/netzo@v0.1.8/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