Skip to content

Commit 157332c

Browse files
committed
Add note about line endings
1 parent f820994 commit 157332c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shaders/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ shell. You'll need to set these environment variables for `make` to succeed:
2424
export GLSLANG=glslangValidator.exe
2525
export SPIRVCROSS=spirv-cross.exe
2626
```
27+
28+
Note: the Windows versions of `glslangValidator` and `spirv-cross` may change
29+
the line endings of the generated output. Please take care to ensure that
30+
unintended line ending changes aren't accidentally commited, for instance by
31+
[configuring Git to automatically handle line endings](https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings#global-settings-for-line-endings).

0 commit comments

Comments
 (0)