[clang] [HLSL] Implement output parameter (PR #101083)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 30 17:55:35 PDT 2024
================
@@ -4613,14 +4613,13 @@ def HLSLGroupSharedAddressSpace : TypeAttr {
let Documentation = [HLSLGroupSharedAddressSpaceDocs];
}
-def HLSLParamModifier : TypeAttr {
+def HLSLParamModifier : ParameterABIAttr {
----------------
damyanp wrote:
as an aside: what's the plan for / state of "uniform". It's mentioned in the docs at least.
https://github.com/llvm/llvm-project/pull/101083
More information about the cfe-commits
mailing list