[llvm-branch-commits] [clang] [llvm] [DirectX] Updating Root Signature Metadata to contain Static Sampler flags (PR #160210)
Finn Plummer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 25 10:23:28 PDT 2025
================
@@ -212,7 +212,7 @@ MDNode *MetadataBuilder::BuildStaticSampler(const StaticSampler &Sampler) {
ConstantAsMetadata::get(Builder.getInt32(Sampler.Space)),
ConstantAsMetadata::get(
Builder.getInt32(to_underlying(Sampler.Visibility))),
- };
+ ConstantAsMetadata::get(Builder.getInt32(0))};
----------------
inbelic wrote:
Note: we should probably stack the frontend changes to go in before this so that we avoid this temporary state
https://github.com/llvm/llvm-project/pull/160210
More information about the llvm-branch-commits
mailing list