Files
0ad/source/tools/spirv/README.md
T
vladislavbelov 3ceeedf169 Adds script to generate SPIR-V from GLSL shaders. Refs #6636
Tested By: Stan
Differential Revision: https://code.wildfiregames.com/D4969
This was SVN commit r27627.
2023-05-02 17:31:28 +00:00

15 lines
298 B
Markdown

## Instructions
Install python 3 and the python dependencies
```sh
pip install -r requirements.txt
```
Install glslc and spirv-tools 2023+ (the easiest way is to install Vulkan SDK)
Run the compile.py script
```sh
python compile.py path-to-folder-with-input-mods mod-output-path rules-path
```