Skip to content
Snippets Groups Projects
Commit 52305682 authored by Timo Gurr's avatar Timo Gurr
Browse files

spirv/glslang: fix compatibility with glslang >= 8.13.3743

parent 17938be3
No related branches found
No related tags found
1 merge request!106spirv/glslang: fix compatibility with glslang >= 8.13.3743
Pipeline #19037 passed with stages
in 9 minutes and 19 seconds
......@@ -211,6 +211,9 @@ const TBuiltInResource DefaultTBuiltInResource = {
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
/* .maxMeshViewCountNV = */ 4,
#endif
#if GLSLANG_PATCH_LEVEL >= 3743
/* .maxDualSourceDrawBuffersEXT = */ 1,
#endif
/* .limits = */ {
/* .nonInductiveForLoops = */ 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment