spirv-remap
OpenGL and OpenGL ES shader front end and validator
Install
- All systems
-
curl cmd.cat/spirv-remap.sh
- Debian
-
apt-get install glslang-tools
- Ubuntu
-
apt-get install glslang-tools
- Arch Linux
-
pacman -S glslang
- Kali Linux
-
apt-get install glslang-tools
- Fedora
-
dnf install glslang
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install glslang-tools
- OS X
-
brew install glslang
- Dockerfile
- dockerfile.run/spirv-remap
glslang
OpenGL and OpenGL ES shader front end and validator
glslang-tools
OpenGL and OpenGL ES shader front end and validator -- tools
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. This package includes the validator tools.