Make use of the new EnumMap class
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Nz::Vk
|
||||
{
|
||||
inline UInt32 Device::GetDefaultFamilyIndex(QueueType queueType) const
|
||||
{
|
||||
return m_defaultQueues[UnderlyingCast(queueType)];
|
||||
return m_defaultQueues[queueType];
|
||||
}
|
||||
|
||||
inline const std::vector<Device::QueueFamilyInfo>& Device::GetEnabledQueues() const
|
||||
|
||||
Reference in New Issue
Block a user