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

@@ -59,7 +59,7 @@ using VAB=VertexAttribBuffer;
class IndexBuffer;
struct IndexBufferData
struct IndexBufferAccess
{
IndexBuffer *buffer=nullptr;
VkDeviceSize offset=0;