You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default in ImGui used 16-bit indexes, but we need much more in rich apps (like implot demo). So we need to provide mechanism for enabling/disabling 32 bit indexes (in imgui/imconfig.h - #define ImDrawIdx unsigned int)
The text was updated successfully, but these errors were encountered:
By default in ImGui used 16-bit indexes, but we need much more in rich apps (like
implot
demo). So we need to provide mechanism for enabling/disabling 32 bit indexes (inimgui/imconfig.h
-#define ImDrawIdx unsigned int
)The text was updated successfully, but these errors were encountered: