renamed to VAB from VBO

This commit is contained in:
2024-05-25 22:57:29 +08:00
parent 8d3cd8d561
commit 0dcf004f4c
7 changed files with 24 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ void RenderCmdBuffer::BindIBO(IndexBuffer *ibo,VkDeviceSize offset)
VkIndexType(ibo->GetType()));
}
bool RenderCmdBuffer::BindVBO(Renderable *ri)
bool RenderCmdBuffer::BindVAB(Renderable *ri)
{
if(!ri)
return(false);