https://github.com/fungos/fips-glslang
fipsified version of glslang (https://github.com/KhronosGroup/glslang)
https://github.com/fungos/fips-glslang
Last synced: about 1 month ago
JSON representation
fipsified version of glslang (https://github.com/KhronosGroup/glslang)
- Host: GitHub
- URL: https://github.com/fungos/fips-glslang
- Owner: fungos
- Created: 2016-12-26T19:17:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T18:11:02.000Z (over 8 years ago)
- Last Synced: 2025-02-04T22:51:29.295Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fips-glslang
=========[](https://travis-ci.org/fungos/fips-glslang)
fipsified glslang (https://github.com/KhronosGroup/fips-glslang)
fips build system: https://github.com/floooh/fips
To use glslang you need just to add it to your `fips.yml`:
```cmake
imports:
fips-glslang:
git: https://github.com/fungos/fips-glslang.git
```And them add a dependency to your project using `fips_deps(OGLCompiler SPIRV hlsl glslang OSDependent)`.