From b385eda3f436131250d4694e28d9e70fe7a87522 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 5 Jul 2022 14:33:36 +0200 Subject: [PATCH] Missing Vulkan example --- 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 c290276..1a5e1bb 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 Vulkan users](#Example-for-Vulkan-users) - [About Texture Coordinates](#About-texture-coordinates) ## TL;DR; @@ -529,6 +530,14 @@ ImGui::End(); ---- +## Example for Vulkan users + +(This section needs writing) + +##### [Return to Index](#index) + +---- + ## About Texture Coordinates See e.g. http://wiki.polycount.com/wiki/Texture_Coordinates