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

x/daybreak/src/wgpu/types.ts>WGPUVertexAttribute

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

Properties

format: wgpu.WGPUVertexFormat
offset: number
shaderLocation: number