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).
with 1.92.0 imgui release there was a change in ImTextureID to ImTextureRef
Since this change, it does not build.