Updated Image Loading and Displaying Examples (markdown)

omar
2024-09-30 13:57:57 +02:00
parent f5c2804ee4
commit 261aace79b

@@ -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)