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

x/dwm/ext/imgui.ts>ImDrawList

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

A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)

definition: Deno.PointerValue