Minor improvements to Pipeline and Uniformbuffer

This commit is contained in:
Thraix
2024-10-01 19:53:19 +02:00
parent 9133bce7fc
commit 1ffcc7fc1a
4 changed files with 13 additions and 3 deletions
@@ -42,6 +42,7 @@ namespace Copium
else if (type == "Mesh")
{
creator.SetVertexDescriptor(Vertex::GetDescriptor());
creator.SetBlending(metaFileClass.GetValue("alpha-blending", "false") == "true" ? true : false);
}
InitializeDescriptorSetLayout(creator);
InitializePipeline(creator);