Пакет glslang: Информация

Исходный пакет: glslang
Версия: 13.0.0-alt1
Собран:  30 ноября 2023 г. 19:15
Категория: Разработка/C++
Сообщить об ошибке в пакете
Лицензия: BSD
О пакете: OpenGL and OpenGL ES shader front end and validator
Описание: 
glslang is the official reference compiler front end for the OpenGL
ES and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.

spirv-remap is a utility to improve compression of SPIR-V binary
files via entropy reduction, plus optional stripping of debug
information and load/store optimization. It transforms SPIR-V to
SPIR-V, remapping IDs. The resulting modules have an increased ID
range (IDs are not as tightly packed around zero), but will compress
better when multiple modules are compressed together, since
compressor's dictionary can find better cross module commonality.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
glslang (e2kv6, e2kv5, e2kv4, e2k)
glslang-devel (e2kv6, e2kv5, e2kv4, e2k)
libglslang13 (e2kv6, e2kv5, e2kv4, e2k)

Сопровождающий: Konstantin Lepikhov

Список участников:
Konstantin Lepikhov
Nazarov Denis
Sergey Bolshakov

    1. python3-devel
    2. cmake
    3. libspirv-tools-devel >= 2023.4
    4. gcc-c++

Последнее изменение


15 сентября 2023 г. Konstantin Lepikhov 1:13.0.0-alt1
- 13.0.0.
- disable BUILD_EXTERNAL.
- glslang: don't include /External dir into cmake target.
25 мая 2023 г. Konstantin Lepikhov 1:12.2.0-alt1
- 12.2.0.
23 марта 2023 г. Konstantin Lepikhov 1:12.1.0-alt1
- 12.1.0.
- Return cmake hacks.