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
@@ -126,7 +126,7 @@ namespace Copium
void Pipeline::InitializePipeline(const PipelineCreator& creator)
{
Shader shader{Shader::Type::GlslFile, creator.vertexShader, creator.fragmentShader};
Shader shader{ShaderReadType::GlslFile, creator.vertexShader, creator.fragmentShader};
VkPipelineVertexInputStateCreateInfo vertexInputCreateInfo{};
vertexInputCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO;