move the VBOAccessData to VKVertexAttribBuffer.h from VK.h

This commit is contained in:
2024-04-03 00:12:03 +08:00
parent fff7fd3af0
commit af8f62ddb4
3 changed files with 20 additions and 15 deletions

View File

@@ -59,18 +59,6 @@ struct DeviceBufferData;
class VertexAttribBuffer;
using VBO=VertexAttribBuffer;
struct VBOAccessData
{
VBO *buf;
VkDeviceSize offset;
public:
CompOperatorMemcmp(const VBOAccessData &);
};//struct VBOAccessData
using VBOAccessMap=Map<AnsiString,VBOAccessData>;
class IndexBuffer;
struct IndexBufferData