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>WGPUPrimitiveTopology

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

Members

LineList = 1
LineStrip = 2
PointList = 0
TriangleList = 3
TriangleStrip = 4