From 46b262c5713bcb1486c49931e302a05cea1472ce Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 18 Jul 2022 06:19:05 -0700 Subject: [PATCH] SDL_Renderer --- Image-Loading-and-Displaying-Examples.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Image-Loading-and-Displaying-Examples.md b/Image-Loading-and-Displaying-Examples.md index 1a5e1bb..b1a055b 100644 --- a/Image-Loading-and-Displaying-Examples.md +++ b/Image-Loading-and-Displaying-Examples.md @@ -8,6 +8,7 @@ - [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) @@ -530,6 +531,14 @@ ImGui::End(); ---- +## Example for SDL_Renderer users + +(This section needs writing) + +##### [Return to Index](#index) + +---- + ## Example for Vulkan users (This section needs writing)