Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/daybreak/src/wgpu/types.ts>WGPUDepthStencilState

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
interface WGPUDepthStencilState
import { type WGPUDepthStencilState } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/types.ts";

Properties

format: wgpu.WGPUTextureFormat
depthWriteEnabled: boolean
depthCompare: wgpu.WGPUCompareFunction
stencilFront: wgpu.WGPUStencilFaceState
stencilBack: wgpu.WGPUStencilFaceState
stencilReadMask: number
stencilWriteMask: number
depthBias: number
depthBiasSlopeScale: number
depthBiasClamp: number
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType