From 3fc5ed67ff0546b8119f534bbcd05fbedc355698 Mon Sep 17 00:00:00 2001 From: sakiodre <136492105+sakiodre@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:08:52 +0700 Subject: [PATCH] Fix anchor link --- Image-Loading-and-Displaying-Examples.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Image-Loading-and-Displaying-Examples.md b/Image-Loading-and-Displaying-Examples.md index 974f78c..f303972 100644 --- a/Image-Loading-and-Displaying-Examples.md +++ b/Image-Loading-and-Displaying-Examples.md @@ -4,13 +4,13 @@ - [Rendering your game scene into a texture](#rendering-your-game-scene-into-a-texture) - [About filenames](#about-filenames) - [About ImTextureId](#about-imtextureid) -- [Example for OpenGL users](#Example-for-OpenGL-users) -- [Example for DirectX9 users](#Example-for-DirectX9-users) -- [Example for DirectX11 users](#Example-for-DirectX11-users) -- [Example for DirectX12 users](#Example-for-DirectX12-users) -- [Example for SDL_Renderer users](#Example-for-SDL_Renderer-users) -- [Example for Vulkan users](#Example-for-Vulkan-users) -- [About Texture Coordinates](#About-texture-coordinates) +- [Example for OpenGL users](#example-for-opengl-users) +- [Example for DirectX9 users](#example-for-directx9-users) +- [Example for DirectX11 users](#example-for-directx11-users) +- [Example for DirectX12 users](#example-for-directx12-users) +- [Example for SDL_Renderer users](#example-for-sdl_renderer-users) +- [Example for Vulkan users](#example-for-vulkan-users) +- [About Texture Coordinates](#about-texture-coordinates) ## TL;DR;