elimina compile_spirv.sh obsolet

This commit is contained in:
2026-05-14 17:40:14 +02:00
parent e9d264fb0c
commit 33f22f9c39
2 changed files with 1 additions and 60 deletions
+1 -2
View File
@@ -222,8 +222,7 @@ if(NOT APPLE AND NOT EMSCRIPTEN)
message(FATAL_ERROR
"glslc no encontrado y header SPIR-V no existe: ${HDR}\n"
" Instala glslc: sudo apt install glslang-tools (Linux)\n"
" choco install vulkan-sdk (Windows)\n"
" O genera los headers manualmente: tools/shaders/compile_spirv.sh"
" choco install vulkan-sdk (Windows)"
)
endif()
endforeach()