renamed a func in VertexAttribDataAccess1
This commit is contained in:
parent
db766f33ac
commit
1a63fa8c76
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user