This commit is contained in:
2025-07-10 22:19:13 +06:00
parent 62959a36b2
commit 8f3af0c687
7 changed files with 140 additions and 1897 deletions

View File

@@ -61,7 +61,7 @@ class VulkanRenderSession : public IRenderSession, public IVulkanDependent {
VulkanContext(Vulkan *vkInst)
: MainTest(vkInst), LightDummy(vkInst),
TestQuad(vkInst, sizeof(NodeVertexStatic)*6),
TestQuad(vkInst, sizeof(NodeVertexStatic)*6*3),
VertexPool_Voxels(vkInst),
VertexPool_Nodes(vkInst)
{}