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)