fixing vulkan image view issue

This commit is contained in:
2025-03-01 16:01:37 +01:00
parent 7dad5fdecb
commit 4ac1b2b8de
4 changed files with 57 additions and 59 deletions

View File

@@ -108,6 +108,7 @@ if has_config("vulkan-tests") then
if is_plat("linux") then
add_packages("libbacktrace")
set_extension(".x86_64")
add_defines("BACKTRACE")
end
target_end()
end