From b8854247d759a0d3d7dea666e8fe2c7cf7e1370b Mon Sep 17 00:00:00 2001 From: Illia Vysochyn <73446357+ivysochyn@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:40:04 +0100 Subject: [PATCH] Updated Image Loading and Displaying Examples (markdown) --- Image-Loading-and-Displaying-Examples.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Image-Loading-and-Displaying-Examples.md b/Image-Loading-and-Displaying-Examples.md index 06649df..4597185 100644 --- a/Image-Loading-and-Displaying-Examples.md +++ b/Image-Loading-and-Displaying-Examples.md @@ -815,9 +815,7 @@ RemoveTexture(&my_texture); ``` -// TODO replace with Vulkan image instead of this OpenGL placeholder - -![image](https://user-images.githubusercontent.com/8225057/65344387-dfc21180-dbd7-11e9-9478-627403721435.png) +![image](https://user-images.githubusercontent.com/73446357/220674180-94400cb0-ebd5-4b5d-943a-fc2cfd22e300.png) ##### [Return to Index](#index)