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

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

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

Members

CPU = 2
DiscreteGPU = 0
IntegratedGPU = 1
Unknown = 3