SaschaWillems / Vulkan

C++ examples for the Vulkan graphics API
MIT License
10.34k stars 2.03k forks source link

Fix debugutils load Shaders failed for Android #1107

Closed robotchaoX closed 8 months ago

robotchaoX commented 8 months ago

[Why] Sample debugutils's shaders path is incorrected in build.gradle for Android. Missing shaders will cause sample debugutils crash.

[How] Correct sample debugutils's shaders path for Android.

SaschaWillems commented 8 months ago

Thanks for your PR. I tend to forget about case-senstive file systems from time to time.