Signature
glCopyBufferSubData(
GLenum (
readtarget
)
,
GLenum (
writetarget
)
,
GLintptr (
readoffset
)
,
GLintptr (
writeoffset
)
,
GLsizeiptr (
size
)
)-> void
Parameters
| Variables | Description |
|---|---|
| readtarget |
Specifies the target from whose data store data should be read.
|
| writetarget |
Specifies the target to whose data store data should be written.
|
| readoffset |
Specifies the offset, in basic machine units, within the data store of
readtarget
from which data should be read.
|
| writeoffset |
Specifies the offset, in basic machine units, within the data store of
writetarget
to which data should be written.
|
| size |
Specifies the size, in basic machine units, of the data to be copied from
readtarget
to
writetarget
.
|