codes layout

This commit is contained in:
2021-12-15 14:24:35 +08:00
parent 80bacd2b44
commit bd8486da25
7 changed files with 147 additions and 20 deletions

View File

@@ -145,7 +145,7 @@ bool RenderCmdBuffer::BindDescriptorSets(RenderableInstance *ri)
return(true);
}
bool RenderCmdBuffer::BindVAB(RenderableInstance *ri)
bool RenderCmdBuffer::BindVBO(RenderableInstance *ri)
{
if(!ri)
return(false);