Merge branch 'master' into d3d12

This commit is contained in:
Triang3l
2018-11-27 11:05:14 +03:00
26 changed files with 1102 additions and 1772 deletions

View File

@@ -709,6 +709,7 @@ class GenSpirvCommand(Command):
# GLSL source -> .spv binary
shell_call([
glslang,
'-Os',
'-V', src_file,
'-o', spv_file,
])