Functions
| 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! |