renamed to MeshDataBuffer from PrimitiveDataBuffer,

renamed to MeshRenderData from PrimitiveRenderData
This commit is contained in:
2025-05-18 02:07:10 +08:00
parent 014fce2c8e
commit 4b2f344c5c
7 changed files with 34 additions and 34 deletions

View File

@@ -73,8 +73,8 @@ class DeviceBuffer;
struct DeviceBufferData;
template<typename T> class DeviceBufferMap;
struct PrimitiveDataBuffer;
struct PrimitiveRenderData;
struct MeshDataBuffer;
struct MeshRenderData;
class VertexAttribBuffer;
using VAB=VertexAttribBuffer;