Skip to content

Commit 493a2b9

Browse files
committed
Add note on when this document is relevant
1 parent 157332c commit 493a2b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shaders/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Building the shaders
22

3+
This document describes how to regenerate the shaders used by Pathfinder. Unless
4+
you have modified files in this directory, regenerating the shaders is not
5+
necessary to do most development on or use Pathfinder.
6+
37
You will need `glslangValidator` and `spirv-cross` installed to execute the
48
Makefile from this directory. You can speed up the build by parallelizing the
59
build: `make -j`.

0 commit comments

Comments
 (0)