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

x/daybreak/src/core/opengl.ts>Symbols

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
type alias Symbols
import { type Symbols } from "https://deno.land/x/daybreak@0.1.0/src/core/opengl.ts";
definition: -readonly [K in keyof symbols]: { parameters: [...(symbols)[K]["parameters"]]; result: (symbols)[K]["result"]; }