Add printable Enum

This commit is contained in:
Thraix
2023-05-01 18:23:22 +02:00
parent ca7286807a
commit ad69293faa
17 changed files with 122 additions and 76 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ namespace Copium
void Application::InitializeCommandBuffer()
{
commandBuffer = std::make_unique<CommandBuffer>(CommandBuffer::Type::Dynamic);
commandBuffer = std::make_unique<CommandBuffer>(CommandBufferType::Dynamic);
}
void Application::RecordCommandBuffer()