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

x/daybreak/src/wgpu/mod.ts>WGPUCompareFunction

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

Members

Always = 8
Equal = 6
Greater = 4
GreaterEqual = 5
Less = 2
LessEqual = 3
Never = 1
NotEqual = 7
Undefined = 0