[llvm-branch-commits] [llvm] [DirectX] Updating DXContainer logic to read version 1.2 of static samplers (PR #160184)
Finn Plummer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 23 11:59:59 PDT 2025
================
@@ -1200,4 +1200,49 @@ TEST(RootSignature, ParseStaticSamplers) {
ASSERT_EQ(Sampler.RegisterSpace, 32u);
ASSERT_EQ(Sampler.ShaderVisibility, 7u);
}
+ {
----------------
inbelic wrote:
Can we add some indication of what this test is uniquely testing? (I assume the version and sampler flag fields, plus updated size computation)
https://github.com/llvm/llvm-project/pull/160184
More information about the llvm-branch-commits
mailing list