Skip to content

Commit e2eee99

Browse files
author
joaosaffran
committed
clean
1 parent 7040af7 commit e2eee99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/BinaryFormat/DXContainer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ inline bool isValidShaderVisibility(uint32_t V) {
218218
#define STATIC_SAMPLER_FILTER(Val, Enum) Enum = Val,
219219
enum class StaticSamplerFilter : uint32_t {
220220
#include "DXContainerConstants.def"
221-
222-
LLVM_MARK_AS_BITMASK_ENUM(MAXIMUM_ANISOTROPIC)
223221
};
224222

225223
#define TEXTURE_ADDRESS_MODE(Val, Enum) Enum = Val,

0 commit comments

Comments
 (0)