Updated glslang as core dependency

This commit is contained in:
Alejandro Saucedo 2021-07-20 21:53:50 +01:00
parent 1357549900
commit 598c843545
8 changed files with 23 additions and 362 deletions

View file

@ -194,7 +194,7 @@ build_single_header:
"single_include/kompute/Kompute.hpp"
win_build_xxd:
cd external/bin/ && gcc -o xxd.exe xxd.c -DCYGWIN
cd external/bin/ && gcc.exe -o xxd.exe xxd.c -DCYGWIN
format:
$(CLANG_FORMAT_BIN) -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.cpp src/include/kompute/*.hpp test/*cpp