VKBufferMap::Set改名为Bind,VABMap::SetVAB改名为BindVAB

This commit is contained in:
2025-06-17 00:58:36 +08:00
parent 91b056bacb
commit 585fd41966
4 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ public:
void SetIBO(IndexBuffer *ib,const int32_t index_offset,const uint32_t count)
{
VKBufferMap<IndexBuffer>::Set(ib,index_offset,ib->GetStride(),count);
VKBufferMap<IndexBuffer>::Bind(ib,index_offset,ib->GetStride(),count);
}
};//class IBMap