Some warning fixes
This commit is contained in:
@@ -76,6 +76,7 @@ List<VertexData*> VertexData::getList()
|
||||
|
||||
VertexData::VertexData(Gfx::PGraphics graphics)
|
||||
: graphics(graphics)
|
||||
, idCounter(0)
|
||||
{
|
||||
instanceDataLayout = graphics->createDescriptorLayout("VertexDataInstanceLayout");
|
||||
instanceDataLayout->addDescriptorBinding(0, Gfx::SE_DESCRIPTOR_TYPE_STORAGE_BUFFER);
|
||||
@@ -94,4 +95,4 @@ VertexData::VertexData(Gfx::PGraphics graphics)
|
||||
});
|
||||
}
|
||||
instanceDataLayout->create();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user