tgfrerer / island

🌋🐎 Project Island is an experimental, hot-reloading Vulkan Renderer for Linux and Windows, written in C/C++.
MIT License
1.04k stars 42 forks source link

Fix le_image_decoder_read_pixels in le_pixels module #65

Closed drsherluck closed 1 month ago

drsherluck commented 1 month ago

Fixes hello_world example with the following error message:

[ le_pixels                 | INFO    ] Created image decoder for file './local_resources/images/earthNormalMap_8k-sobel.tga'
[ resource_manager          | INFO    ] File './local_resources/images/earthNormalMap_8k-sobel.tga' -> adjusting imported image format from R8G8B8Unorm to: R16G16B16A16Unorm
[ le_pixels                 | ERROR   ] Could not load image './local_resources/images/earthNormalMap_8k-sobel.tga'
tgfrerer commented 1 month ago

awesome, thank you :)