Refactor - rename KRDataBlock to mimir::Block

This commit is contained in:
2023-08-05 16:37:16 -07:00
parent 152f7a2d28
commit e485261e53
75 changed files with 339 additions and 268 deletions

View File

@@ -35,6 +35,8 @@
#include "KRRenderPass.h"
#include "KRPipeline.h"
using namespace mimir;
/* static */
void KRCamera::InitNodeInfo(KrNodeInfo* nodeInfo)
{
@@ -778,7 +780,7 @@ void KRCamera::renderPost(VkCommandBuffer& commandBuffer, KRSurface& surface)
} else {
if (m_debug_text_vertices.getSize() > 0) {
m_debug_text_vertices = KRDataBlock();
m_debug_text_vertices = Block();
}
}
}