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

@@ -170,7 +170,7 @@ public:
return(true);
}
void BindIBO(const IndexBufferData *);
void BindIBO(const IndexBufferAccess *);
bool BindVBO(Renderable *);