mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-14 17:07:01 +00:00
imconfig: Added comment about redefining ImDrawIdx
This commit is contained in:
parent
f030087f8e
commit
104936ab1a
@ -43,6 +43,9 @@
|
||||
operator MyVec4() const { return MyVec4(x,y,z,w); }
|
||||
*/
|
||||
|
||||
//---- Use 32-bit vertex indices (instead of default: 16-bit) to allow meshes with more than 64K vertices
|
||||
//#define ImDrawIdx unsigned int
|
||||
|
||||
//---- Tip: You can add extra functions within the ImGui:: namespace, here or in your own headers files.
|
||||
//---- e.g. create variants of the ImGui::Value() helper for your low-level math types, or your own widgets/helpers.
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user