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

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

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

Members

D3D11 = 2
D3D12 = 3
Metal = 4
Null = 0
OpenGL = 6
OpenGLES = 7
Vulkan = 5
WebGPU = 1