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

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

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

Members

Comparison = 3
Filtering = 1
NonFiltering = 2
Undefined = 0