[clang] [llvm] [HLSL][SPIR-V] Implement vk::push_constant (PR #166793)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 08:57:52 PST 2025


Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/166793 at github.com>


================
@@ -8777,6 +8777,11 @@ https://github.com/microsoft/hlsl-specs/blob/main/proposals/0011-inline-spirv.md
   }];
 }
 
+def HLSLVkPushConstantDocs : Documentation {
+  let Category = DocCatVariable;
+  let Content = [{ FIXME }];
----------------
farzonl wrote:

Why is this a fix me?  Feels like we should have the documentaion for this feature.

https://github.com/llvm/llvm-project/pull/166793


More information about the llvm-commits mailing list