glGetBufferSubData man page on Solaris

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
Solaris logo
[printable version]

GLGETBUFFERSUBDATA(3gl)				       GLGETBUFFERSUBDATA(3gl)

NAME
       glGetBufferSubData - queries the data contents of a buffer object

C SPECIFICATION
       void glGetBufferSubData( GLenum target,
				GLintptr offset,
				GLsizeiptr size,
				GLvoid *data )

PARAMETERS
       target  Specifies  the  symbolic	 name  of  the	target buffer.	Either
	       GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER is accepted.

       offset and size indicate the range of data in the buffer
	       object that is to be queried.

       data specifies a region of client memory into which the data is
	       to be retrieved.

DESCRIPTION
       glGetBufferSubData retrieves the data contents of a  buffer  object  in
       the range of offset and size into the client memory pointed by data.

NOTES
       glGetBufferSubData is available if the GL version is 1.5 or greater.

ERRORS
       GL_INVALID_ENUM is generated if target is not an accepted value.

       GL_INVALID_OPERATION is generated if the buffer object is not in mapped
       state.

       GL_INVALID_OPERATION is generated  if  glGetBufferSubData  is  executed
       between	the  execution	of  glBegin and the corresponding execution of
       glEnd.

SEE ALSO
       glBufferData, glBufferSubData, glMapBuffer, glUnmapBuffer

				   14 Jan 04	       GLGETBUFFERSUBDATA(3gl)
[top]

List of man pages available for Solaris

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net