mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
GL_NV_copy_buffer
|
|
http://www.opengl.org/registry/specs/NV/copy_buffer.txt
|
|
GL_NV_copy_buffer
|
|
|
|
GL_COPY_READ_BUFFER_NV 0x8F36
|
|
GL_COPY_WRITE_BUFFER_NV 0x8F37
|
|
void glCopyBufferSubDataNV (GLenum readtarget, GLenum writetarget, GLintptr readoffset, GLintptr writeoffset, GLsizeiptr size)
|