Rename DrawFlags::UseIBuffer to DrawFlags::Indexed

This commit is contained in:
baldurk
2018-06-15 19:40:54 +01:00
parent 4561b55464
commit 45c3c27923
22 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -951,7 +951,7 @@ std::string DoStringise(const DrawFlags &el)
STRINGISE_BITFIELD_CLASS_BIT(GenMips);
STRINGISE_BITFIELD_CLASS_BIT(PassBoundary);
STRINGISE_BITFIELD_CLASS_BIT(UseIBuffer);
STRINGISE_BITFIELD_CLASS_BIT(Indexed);
STRINGISE_BITFIELD_CLASS_BIT(Instanced);
STRINGISE_BITFIELD_CLASS_BIT(Auto);
STRINGISE_BITFIELD_CLASS_BIT(Indirect);
+1 -1
View File
@@ -3573,7 +3573,7 @@ enum class DrawFlags : uint32_t
PassBoundary = 0x1000,
// flags
UseIBuffer = 0x010000,
Indexed = 0x010000,
Instanced = 0x020000,
Auto = 0x040000,
Indirect = 0x080000,