Remove the 'allFlags' from the general FlagTraits struct to catch unintentional usage with something different than a supported FlagBitsType.
This commit is contained in:
@@ -640,12 +640,7 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
|
||||
template <typename FlagBitsType>
|
||||
struct FlagTraits
|
||||
{
|
||||
enum
|
||||
{
|
||||
allFlags = 0
|
||||
};
|
||||
};
|
||||
{};
|
||||
|
||||
template <typename BitType>
|
||||
class Flags
|
||||
|
||||
Reference in New Issue
Block a user