renamed a func in VertexAttribDataAccess1

This commit is contained in:
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)
{