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 69fc958 commit 516e447Copy full SHA for 516e447
llvm/lib/Target/DirectX/DXILRootSignature.cpp
@@ -534,7 +534,7 @@ static bool verifyComparisonFunc(uint32_t ComparisonFunc) {
534
static bool verifyBorderColor(uint32_t BorderColor) {
535
switch (BorderColor) {
536
#define STATIC_BORDER_COLOR(Num, Val) \
537
- case llvm::to_underlying(dxbc::SamplersBorderColor::Val):
+ case llvm::to_underlying(dxbc::StaticBorderColor::Val):
538
#include "llvm/BinaryFormat/DXContainerConstants.def"
539
return true;
540
}
0 commit comments