You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shaders/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,8 @@ shell. You'll need to set these environment variables for `make` to succeed:
24
24
export GLSLANG=glslangValidator.exe
25
25
export SPIRVCROSS=spirv-cross.exe
26
26
```
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