Skip to content

Commit 1da2e93

Browse files
authored
Merge branch 'master' into bugfix/shader-slanggh-6513
2 parents 84a33d7 + 3058a58 commit 1da2e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/slang-glslang/slang-glslang.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,8 @@ extern "C"
10251025
spvtools::Context context(SPV_ENV_UNIVERSAL_1_5);
10261026
spvtools::LinkerOptions options = {};
10271027

1028+
options.SetUseHighestVersion(true);
1029+
10281030
spvtools::MessageConsumer consumer = [](spv_message_level_t level,
10291031
const char* source,
10301032
const spv_position_t& position,

0 commit comments

Comments
 (0)