added GetVABMap and GetIBMap in Primitive

This commit is contained in:
2024-06-12 02:07:54 +08:00
parent 7b0a185a45
commit 2efb9c83bf
9 changed files with 150 additions and 53 deletions

View File

@@ -62,6 +62,9 @@ using VAB=VertexAttribBuffer;
class IndexBuffer;
class VABMap;
class IBMap;
class GPUCmdBuffer;
class RenderCmdBuffer;
class TextureCmdBuffer;