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

x/dwm/ext/imgui.ts>ImDrawCmd

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

A single draw command within a parent ImDrawList (generally maps to 1 GPU draw call, unless it is a callback)

definition: Deno.PointerValue