upd and patches

This commit is contained in:
2026-07-22 04:29:56 +03:00
parent 2be695fa6a
commit c6dcbc1ca5
90 changed files with 1688 additions and 91 deletions

15
assets/var/gnu/glslang.md Normal file
View File

@ -0,0 +1,15 @@
glslang 16.3.0
=
https://github.com/KhronosGroup/glslang/archive/refs/tags/16.3.0.tar.gz
``` sh *** build ***
python3 ./update_glslang_sources.py
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$pkgpath" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
-DENABLE_HLSL=OFF
cmake --build build -j$(nproc)
cmake --install build
```