Rename EnumMap to EnumArray after nazarautils update
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
EnumMap<QueueType, Vk::CommandPool> commandPools;
|
||||
EnumArray<QueueType, Vk::CommandPool> commandPools;
|
||||
VulkanDescriptorSetLayoutCache setLayoutCache;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user