From 261aace79bba7dfb578fe398c00366169b24c645 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 30 Sep 2024 13:57:57 +0200 Subject: [PATCH] Updated Image Loading and Displaying Examples (markdown) --- Image-Loading-and-Displaying-Examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Image-Loading-and-Displaying-Examples.md b/Image-Loading-and-Displaying-Examples.md index 6f68c4c..43eb396 100644 --- a/Image-Loading-and-Displaying-Examples.md +++ b/Image-Loading-and-Displaying-Examples.md @@ -1067,8 +1067,7 @@ Don't forget to clean the memory at the end of the program: wgpuTextureViewRelease(my_texture_view); wgpuTextureRelease(my_texture); ``` - -![image](WebGPU_image_loading_screenshot.png) +![WebGPU_image_loading_screenshot](https://github.com/user-attachments/assets/ee0f504f-3e65-48d3-91e5-348be60c10ff) ##### [Return to Index](#index)