Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Members

Depth = 3
Float = 1
Sint = 4
Uint = 5
Undefined = 0
UnfilterableFloat = 2