A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://pyopengl.sourceforge.net/documentation/manual-3.0/glGetBufferSubData.html below:

PyOpenGL 3.1.0 GL Man Pages

returns a subset of a buffer object's data store Signature glGetBufferSubData

(

GLenum ( target ) , GLintptr ( offset ) , GLsizeiptr ( size ) , GLvoid * ( data )

)-> void

Parameters Variables Description target

Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER , GL_ATOMIC_COUNTER_BUFFER , GL_COPY_READ_BUFFER , GL_COPY_WRITE_BUFFER , GL_DRAW_INDIRECT_BUFFER , GL_DISPATCH_INDIRECT_BUFFER , GL_ELEMENT_ARRAY_BUFFER , GL_PIXEL_PACK_BUFFER , GL_PIXEL_UNPACK_BUFFER , GL_QUERY_RESULT_BUFFER , GL_TEXTURE_BUFFER , GL_TRANSFORM_FEEDBACK_BUFFER , or GL_UNIFORM_BUFFER .

offset

Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes.

size

Specifies the size in bytes of the data store region being returned.

data

Specifies a pointer to the location where buffer object data is returned.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4