Coordinates of a rectangle within a texture.
| 183 | struct ImTextureData; // Specs and pixel storage for a texture used by Dear ImGui. |
| 184 | struct ImTextureRect; // Coordinates of a rectangle within a texture. |
| 185 | struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using) |
| 186 | |
| 187 | // Forward declarations: ImGui layer |
| 188 | struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) |
no outgoing calls
no test coverage detected