added comments

This commit is contained in:
hyzboy 2024-06-12 22:31:25 +08:00
parent 1abe8770d7
commit 781e108aa3

View File

@ -84,6 +84,12 @@ public:
if(!buffer)
return(false);
/*
* offset还是cVAB/IndexBuffer的虚拟版本
*
*
* buffer->DeviceBuffer::Write()
*/
return buffer->Write(data,offset,c);
}