VKBufferMap::Set改名为Bind,VABMap::SetVAB改名为BindVAB
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user