SoGLBufferObjectMemcpy Method |
Name | Description | |
---|---|---|
Memcpy(SoBufferObject) | Calls Memcpy(source, System.UInt64(0), System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memcpy(SoBufferObject, UInt64) | Calls Memcpy(source, destOffset, System.UInt64(0), System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memcpy(SoBufferObject, UInt64, UInt64) | Calls Memcpy(source, destOffset, sourceOffset, System.Convert.ToUInt64(SO_BUFFER_SIZE_ALL)). | |
Memcpy(SoBufferObject, UInt64, UInt64, UInt64) | Copy data from a buffer into this GL buffer. |