#15541 closed defect (fixed)
IMGUI: Fails to compile without GLAD
Reported by: | ccawley2011 | Owned by: | lephilousophe |
---|---|---|---|
Priority: | normal | Component: | Graphics |
Version: | Keywords: | gles2 | |
Cc: | Game: |
Description
When building ImGui in forced OpenGL ES 2 mode without using GLAD, ImGui will ignore the relevant defines and fail to build because it assumes that GLAD is enabled and attempts to use functions that aren't provided by OSystem when it's disabled.
Change History (3)
comment:1 by , 3 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 3 months ago
I am not sure how you were testing this and what you are trying to achieve though.
comment:3 by , 3 months ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
In 39efaa54: