renamed to IndexBufferAccess from IndexBufferData

This commit is contained in:
2024-04-26 00:32:11 +08:00
parent 3bbbe18c40
commit 9c6c37c07a
11 changed files with 28 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ namespace hgl
class MaterialInstance;
class GPUDevice;
struct VertexInputData;
struct IndexBufferData;
struct IndexBufferAccess;
struct RenderNode
{