[llvm] [DirectX] add enum for PSV resource type/kind/flag. (PR #106227)
Xiang Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 10:56:10 PDT 2024
================
@@ -19,11 +19,11 @@ Parts:
MaximumWaveLaneCount: 4294967295
ResourceStride: 16
Resources:
- - Type: 1
+ - Type: Sampler
Space: 2
LowerBound: 3
UpperBound: 4
- - Type: 128
+ - Type: Invalid
----------------
python3kgae wrote:
Yes. `128` is garbage value which should not happen.
https://github.com/llvm/llvm-project/pull/106227
More information about the llvm-commits
mailing list