Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>ImDrawData

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

All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.

definition: Deno.PointerValue