diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:16:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:16:54 +0800 |
| commit | aa943b08557e35c8604253c8242affb8c32279ca (patch) | |
| tree | 1c24fc99f0b8c1f91ff29349887cbcd081b8f74f /repos/extra | |
| parent | a7208bf59d6b0cd7b6ecadc82956cdc681dbe31d (diff) | |
| download | alicelinux-aa943b08557e35c8604253c8242affb8c32279ca.tar.gz alicelinux-aa943b08557e35c8604253c8242affb8c32279ca.zip | |
glslang: updated to 15.0.0
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/glslang/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/glslang/.files | 2 | ||||
| -rw-r--r-- | repos/extra/glslang/abuild | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/repos/extra/glslang/.checksum b/repos/extra/glslang/.checksum index 6ebef2bd..0f3d8edf 100644 --- a/repos/extra/glslang/.checksum +++ b/repos/extra/glslang/.checksum @@ -1 +1 @@ -75c877069a2de0aad36060aee89e8aa1564a8b780e3b22d7a9fd1d8afc7f5c48 glslang-sdk-14.3.0.tar.gz +11cf68b5cfab25ff2f7023cfcaaaa6bfe2c5d5cfc3bd4fb23cbd29e41b5a262e glslang-sdk-15.0.0.tar.gz diff --git a/repos/extra/glslang/.files b/repos/extra/glslang/.files index a7471fd7..d12b554f 100644 --- a/repos/extra/glslang/.files +++ b/repos/extra/glslang/.files @@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/include/glslang/Include/ -rw-r--r-- root/root usr/include/glslang/Include/ResourceLimits.h -rw-r--r-- root/root usr/include/glslang/Include/glslang_c_interface.h -rw-r--r-- root/root usr/include/glslang/Include/glslang_c_shader_types.h +-rw-r--r-- root/root usr/include/glslang/Include/visibility.h drwxr-xr-x root/root usr/include/glslang/MachineIndependent/ -rw-r--r-- root/root usr/include/glslang/MachineIndependent/Versions.h drwxr-xr-x root/root usr/include/glslang/Public/ @@ -19,6 +20,7 @@ drwxr-xr-x root/root usr/include/glslang/SPIRV/ -rw-r--r-- root/root usr/include/glslang/SPIRV/GlslangToSpv.h -rw-r--r-- root/root usr/include/glslang/SPIRV/Logger.h -rw-r--r-- root/root usr/include/glslang/SPIRV/SPVRemapper.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/SpvTools.h -rw-r--r-- root/root usr/include/glslang/SPIRV/disassemble.h -rw-r--r-- root/root usr/include/glslang/SPIRV/spirv.hpp -rw-r--r-- root/root usr/include/glslang/build_info.h diff --git a/repos/extra/glslang/abuild b/repos/extra/glslang/abuild index 6fe739d2..fdcca091 100644 --- a/repos/extra/glslang/abuild +++ b/repos/extra/glslang/abuild @@ -1,5 +1,5 @@ name=glslang -version=14.3.0 +version=15.0.0 release=1 source="https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz" build_opt="-DENABLE_OPT=OFF" |