Skip to content

Commit

Permalink
Update glslang submodule (KhronosGroup#196)
Browse files Browse the repository at this point in the history
* Update glslang submodule

Changed required glslang include, which is now auto-generated at build-time

* Copyright

clang format

* Removed unnecessary include

* Install Python3 for windows builds

* Update glslang sub module

Includes support for the finalized ray tracing extensions
  • Loading branch information
SaschaWillems authored Dec 7, 2020
1 parent 4f216ae commit cb2c4d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion framework/glsl_compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ VKBP_DISABLE_WARNINGS()
#include <SPIRV/GlslangToSpv.h>
#include <StandAlone/ResourceLimits.h>
#include <glslang/Include/ShHandle.h>
#include <glslang/Include/revision.h>
#include <glslang/OSDependent/osinclude.h>
VKBP_ENABLE_WARNINGS()

Expand Down
2 changes: 1 addition & 1 deletion third_party/glslang
Submodule glslang updated 1026 files

0 comments on commit cb2c4d5

Please sign in to comment.