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

@@ -30,7 +30,7 @@ public:
Unmap();
}
void Set(T *buf,const int32_t off,const uint32_t s,const uint32_t c)
void Bind(T *buf,const int32_t off,const uint32_t s,const uint32_t c)
{
buffer=buf;
offset=off;