summaryrefslogtreecommitdiff
path: root/source/slang/core.meta.slang
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-02-06 01:03:42 -0800
committerGitHub <noreply@github.com>2024-02-06 01:03:42 -0800
commitb301c93753eaddb4571999f209cb8c1faa2fe205 (patch)
tree72fef2e499abecad0dda5ba2347e5890346ac173 /source/slang/core.meta.slang
parent23c65b873f8002b74d60f61cacb3614da60e078d (diff)
Unify GLSL and HLSL buffer block parsing. (#3552)
* Unify GLSL and HLSL buffer block parsing. Automatic GLSL module recognition. * Fix.
Diffstat (limited to 'source/slang/core.meta.slang')
-rw-r--r--source/slang/core.meta.slang5
1 files changed, 0 insertions, 5 deletions
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<T>
-__intrinsic_type($(kIROp_GLSLShaderStorageBufferType))
-__magic_type(GLSLShaderStorageBufferType)
-struct GLSLShaderStorageBuffer {}
-
//@ hidden:
// Need to add constructors to the types above