dep: Add glslang

This commit is contained in:
Connor McLaughlin
2020-06-16 22:46:10 +10:00
parent da83059e31
commit 5bbcde7835
112 changed files with 101240 additions and 0 deletions

13
dep/glslang/.clang-format Normal file
View File

@ -0,0 +1,13 @@
Language: Cpp
IndentWidth: 4
PointerAlignment: Left
BreakBeforeBraces: Custom
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
IndentCaseLabels: false
ReflowComments: false
ColumnLimit: 120
AccessModifierOffset: -4
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false