parent
ac1a216ac6
commit
e0a49c20e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1437,7 +1437,7 @@ void vkglTF::Model::drawNode(Node *node, VkCommandBuffer commandBuffer, uint32_t
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (auto& child : node->children) {
|
for (auto& child : node->children) {
|
||||||
drawNode(child, commandBuffer, renderFlags);
|
drawNode(child, commandBuffer, renderFlags, pipelineLayout, bindImageSet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue