MCPcopy Create free account
hub / github.com/cinder/Cinder / ImDrawData

Method ImDrawData

include/imgui/imgui.h:3410–3410  ·  view source on GitHub ↗

Functions

Source from the content-addressed store, hash-verified

3408
3409 // Functions
3410 ImDrawData() { Clear(); }
3411 IMGUI_API void Clear();
3412 IMGUI_API void AddDrawList(ImDrawList* draw_list); // Helper to add an external draw list into an existing ImDrawData.
3413 IMGUI_API void DeIndexAllBuffers(); // Helper to convert all buffers from indexed to non-indexed, in case you cannot render indexed. Note: this is slow and most likely a waste of resources. Always prefer indexed rendering!

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected