We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf6776 commit 5633433Copy full SHA for 5633433
llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h
@@ -41,6 +41,7 @@ LLVM_ABI bool verifyMaxAnisotropy(uint32_t MaxAnisotropy);
41
LLVM_ABI bool verifyComparisonFunc(uint32_t ComparisonFunc);
42
LLVM_ABI bool verifyBorderColor(uint32_t BorderColor);
43
LLVM_ABI bool verifyLOD(float LOD);
44
+
45
LLVM_ABI bool verifyBoundOffset(uint32_t Offset);
46
LLVM_ABI bool verifyNoOverflowedOffset(uint64_t Offset);
47
LLVM_ABI uint64_t computeRangeBound(uint32_t Offset, uint32_t Size);
0 commit comments