Home
last modified time | relevance | path

Searched defs:EnumTraits (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc44 template <> struct EnumTraits<VkPhysicalDeviceType> { struct
45 static uint32_t min() { return VK_PHYSICAL_DEVICE_TYPE_BEGIN_RANGE; } in min()
46 static uint32_t max() { return VK_PHYSICAL_DEVICE_TYPE_END_RANGE; } in max()
49 template <> struct EnumTraits<VkFormat> { struct
50 static uint32_t min() { return VK_FORMAT_BEGIN_RANGE; } in min()
51 static uint32_t max() { return VK_FORMAT_END_RANGE; } in max()