Raven Engine v0.1
Loading...
Searching...
No Matches
VulkanEnumConversions.h File Reference
#include "Renderer/GraphicEnums.h"
#include <vulkan/vulkan.hpp>
#include <type_traits>
#include <utility>

Namespaces

namespace  Raven

Functions

template<typename Enum, typename T, usize N>
constexpr T Raven::Lookup (Enum value, const std::array< T, N > &mapping)
 Lookup helper template for enum-to-value mappings.