From b301c93753eaddb4571999f209cb8c1faa2fe205 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 6 Feb 2024 01:03:42 -0800 Subject: Unify GLSL and HLSL buffer block parsing. (#3552) * Unify GLSL and HLSL buffer block parsing. Automatic GLSL module recognition. * Fix. --- source/slang/core.meta.slang | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/slang/core.meta.slang') diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang index 3961403e7..f3ab38582 100644 --- a/source/slang/core.meta.slang +++ b/source/slang/core.meta.slang @@ -1296,11 +1296,6 @@ struct Primitives } }; -__generic -__intrinsic_type($(kIROp_GLSLShaderStorageBufferType)) -__magic_type(GLSLShaderStorageBufferType) -struct GLSLShaderStorageBuffer {} - //@ hidden: // Need to add constructors to the types above -- cgit v1.2.3