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

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

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

Members

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