Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dwm/ext/imgui.ts>ImDrawVert

Deno Window Manager: Cross-platform window creation and management
Latest
type alias ImDrawVert
import { type ImDrawVert } from "https://deno.land/x/dwm@0.3.6/ext/imgui.ts";

A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT)

definition: Deno.PointerValue