diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/glslang | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/glslang')
| -rw-r--r-- | repos/extra/glslang/.files | 31 | ||||
| -rw-r--r-- | repos/extra/glslang/info | 5 |
2 files changed, 36 insertions, 0 deletions
diff --git a/repos/extra/glslang/.files b/repos/extra/glslang/.files new file mode 100644 index 00000000..a7471fd7 --- /dev/null +++ b/repos/extra/glslang/.files @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/glslang +lrwxrwxrwx root/root usr/bin/glslangValidator -> glslang +-rwxr-xr-x root/root usr/bin/spirv-remap +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/glslang/ +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 +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/ +-rw-r--r-- root/root usr/include/glslang/Public/ResourceLimits.h +-rw-r--r-- root/root usr/include/glslang/Public/ShaderLang.h +-rw-r--r-- root/root usr/include/glslang/Public/resource_limits_c.h +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/disassemble.h +-rw-r--r-- root/root usr/include/glslang/SPIRV/spirv.hpp +-rw-r--r-- root/root usr/include/glslang/build_info.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/glslang/ +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets.cmake diff --git a/repos/extra/glslang/info b/repos/extra/glslang/info new file mode 100644 index 00000000..f357e87c --- /dev/null +++ b/repos/extra/glslang/info @@ -0,0 +1,5 @@ +name=glslang +version=14.2.0 +release=1 +source="https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz" +build_opt="-DENABLE_OPT=OFF" |