preparing VKIndirectCommandBuffer.h

This commit is contained in:
2024-05-30 01:14:27 +08:00
parent cc80fe7f39
commit bf7c6bdeac
9 changed files with 58 additions and 8 deletions

View File

@@ -57,4 +57,6 @@ public:
IndexBuffer *GetIBO(){return ibo;}
VAB *GetVAB(const uint index){return vab[index];}
};//class VertexDataManager
using VDM=VertexDataManager;
VK_NAMESPACE_END