Opened 6 months ago

Closed 3 months ago

Last modified 3 months ago

#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 Le Philousophe <lephilousophe@…>, 3 months ago

Owner: set to Le Philousophe <lephilousophe@…>
Resolution: fixed
Status: newclosed

In 39efaa54:

IMGUI: Use the static loader if we are not using GLAD

Fixes bug:15541.

comment:2 by lephilousophe, 3 months ago

I am not sure how you were testing this and what you are trying to achieve though.

comment:3 by lephilousophe, 3 months ago

Owner: changed from Le Philousophe <lephilousophe@…> to lephilousophe
Note: See TracTickets for help on using tickets.