Skip to content

Commit cd624f1

Browse files
committed
Remove commented structure heap extension define.
1 parent a340f2c commit cd624f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

glslang/MachineIndependent/Versions.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)