File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
glslang/MachineIndependent Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ void TParseVersions::initializeExtensionBehavior()
347347 extensionBehavior[E_GL_EXT_texture_cube_map_array] = EBhDisable;
348348 extensionBehavior[E_GL_EXT_null_initializer] = EBhDisable;
349349 extensionBehavior[E_GL_EXT_descriptor_heap] = EBhDisable;
350- // extensionBehavior[E_GL_EXT_structured_descriptor_heap] = EBhDisable;
351350
352351 // OES matching AEP
353352 extensionBehavior[E_GL_OES_geometry_shader] = EBhDisable;
@@ -462,7 +461,6 @@ void TParseVersions::getPreamble(std::string& preamble)
462461 " #define GL_EXT_shader_integer_mix 1\n "
463462 " #define GL_EXT_blend_func_extended 1\n "
464463 " #define GL_EXT_descriptor_heap 1\n "
465- // "#define GL_EXT_structured_descriptor_heap 1\n"
466464
467465 // OES matching AEP
468466 " #define GL_OES_geometry_shader 1\n "
@@ -646,7 +644,6 @@ void TParseVersions::getPreamble(std::string& preamble)
646644
647645 " #define GL_EXT_shader_invocation_reorder 1\n "
648646 " #define GL_EXT_descriptor_heap 1\n "
649- // "#define GL_EXT_structured_descriptor_heap 1\n"
650647 ;
651648
652649 if (spvVersion.spv == 0 ) {
You can’t perform that action at this time.
0 commit comments