Skip to content

Commit 5633433

Browse files
committed
clean up
1 parent fbf6776 commit 5633433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ LLVM_ABI bool verifyMaxAnisotropy(uint32_t MaxAnisotropy);
4141
LLVM_ABI bool verifyComparisonFunc(uint32_t ComparisonFunc);
4242
LLVM_ABI bool verifyBorderColor(uint32_t BorderColor);
4343
LLVM_ABI bool verifyLOD(float LOD);
44+
4445
LLVM_ABI bool verifyBoundOffset(uint32_t Offset);
4546
LLVM_ABI bool verifyNoOverflowedOffset(uint64_t Offset);
4647
LLVM_ABI uint64_t computeRangeBound(uint32_t Offset, uint32_t Size);

0 commit comments

Comments
 (0)