create DrawData that it split from VertexInputData

This commit is contained in:
2024-05-25 22:08:01 +08:00
parent a5e76988c7
commit 6740764f07
20 changed files with 225 additions and 140 deletions

View File

@@ -55,6 +55,7 @@ class DeviceBuffer;
struct DeviceBufferData;
struct VertexInputData;
struct DrawData;
class VertexAttribBuffer;
using VAB=VertexAttribBuffer;