diff --git a/Home.md b/Home.md index 60125fb..1feb555 100644 --- a/Home.md +++ b/Home.md @@ -25,7 +25,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - [Notable branches](#notable-branches) - [Features](#features) - [Debug Tools](#debug-tools) - - [Textures / Images](#textures--images) + - [Rendering Textures / Images](#rendering-textures--images) - [Fonts / Text](#fonts--text) - [Tables](#tables) - [Multi-Select](#multi-Select) @@ -112,7 +112,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - See [[Debug Tools|Debug-Tools]] wiki page explaining `ShowMetricsWindow()`, `ShowDebugLogWindow()`, `ShowIdStackToolWindow()`, Item Picker.. - See [[Error Handling|Error-Handling]] wiki page about ways to configure error handling and state recovery. -### Textures / Images +### Rendering Textures / Images - Article: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).