-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
with 1.92.0 imgui release there was a change in ImTextureID to ImTextureRef
Since this change, it does not build.
All API functions taking a ImTextureID parameter are now taking a 'ImTextureRef`:
ImTextureRef is a small composite structure which may be constructed from a ImTextureID (or constructed from a ImTextureData* which represent a texture which will generally be ready by the time of rendering).
shazamifius, Acid7Beast and jeffizmyname
Metadata
Metadata
Assignees
Labels
No labels