[WIP] Refactor creation of descriptorsets
This commit is contained in:
@@ -22,7 +22,7 @@ namespace openVulkanoCpp::Vulkan
|
||||
for(Node* node : instance->GetNodes())
|
||||
{
|
||||
if (!node->renderNode) drawContext->renderer->GetResourceManager().PrepareNode(node);
|
||||
static_cast<VulkanNode*>(node->renderNode)->Record(drawContext->commandBuffer, drawContext->currentImageId);
|
||||
static_cast<VulkanNode*>(node->renderNode)->Record(drawContext);
|
||||
renderGeo->RecordDraw(drawContext->commandBuffer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user