elimina compile_spirv.sh obsolet i regenera spv headers

This commit is contained in:
2026-05-14 17:40:08 +02:00
parent a2c6af23b9
commit d9c49c5c42
6 changed files with 9 additions and 64 deletions

View File

@@ -214,8 +214,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()