renamed to VAB from VBO

This commit is contained in:
2024-05-25 22:57:29 +08:00
parent 8d3cd8d561
commit 0dcf004f4c
7 changed files with 24 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include<hgl/graph/RenderNode.h>
#include<hgl/graph/VKVBOList.h>
#include<hgl/graph/VKVABList.h>
VK_NAMESPACE_BEGIN
class RenderAssignBuffer;
@@ -44,7 +44,7 @@ private:
protected:
VBOList * vbo_list;
VABList * vbo_list;
Pipeline * last_pipeline;
const VertexInputData * last_vid;