add define ImTextureID_Invalid

This commit is contained in:
sonoro1234
2025-11-06 19:11:44 +01:00
parent 65f439f8b8
commit 0d6a84344c
2 changed files with 6 additions and 1 deletions

View File

@@ -3810,6 +3810,8 @@ typedef enum {
#define ImDrawCallback_ResetRenderState (ImDrawCallback)(-8)
#define ImTextureID_Invalid ((ImTextureID)0)
#else
struct GLFWwindow;
struct SDL_Window;