Change unnamed enum VK_ constants to defines and update API
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkDefs.hpp
index 6d1bccb..60a8295 100644 (file)
@@ -93,16 +93,6 @@ private:
 
 #include "vkBasicTypes.inl"
 
-enum { VK_QUEUE_FAMILY_IGNORED         = 0xffffffff    };
-enum { VK_NO_ATTACHMENT                                = 0xffffffff    };
-
-enum
-{
-       VK_FALSE                = 0,
-       VK_TRUE                 = 1,
-       VK_WHOLE_SIZE   = (~0ULL),
-};
-
 namespace wsi
 {