renamed a func in VertexAttribDataAccess1

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-09-28 18:12:43 +08:00
parent db766f33ac
commit 1a63fa8c76

View File

@ -197,7 +197,7 @@ namespace hgl
* @param v
* @param count
*/
bool Write(const T v,const uint32_t count)
bool RepeatWrite(const T v,const uint32_t count)
{
if(!this->access||this->access+count>this->data_end)
{