This commit is contained in:
Bailey Harrison 2022-10-22 13:19:47 +01:00
parent b6a7634cc5
commit 2042a9a3b3

View File

@ -98,6 +98,7 @@ namespace engine {
case gfx::VertexAttribFormat::VEC3:
return VK_FORMAT_R32G32B32_SFLOAT;
}
throw std::runtime_error("Unknown vertex attribute format");
}
}