glgetbufferpointerv man page on Solaris

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

GLGETBUFFERPOINTER(3gl)				       GLGETBUFFERPOINTER(3gl)

NAME
       glGetBufferPointerv - return the pointer to the data store

C SPECIFICATION
       void glGetBufferPointerv( GLenum target,
				 GLenum pname,
				 GLvoid **param )

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

       pname   Specifies the symbolic name of a buffer parameter.  Must be set
	       to GL_BUFFER_MAP_POINTER.

       param   Returns the pointer to the data store.

DESCRIPTION
       glGetBufferPointerv returns in param the pointer to the data store of a
       mapped  buffer  object.	 target	 defines  the  target  buffer,	either
       GL_ARRAY_BUFFER	or  GL_ELEMENT_ARRAY_BUFFER.  pname must be the symbol
       GL_BUFFER_MAP_POINTER.

       glGetBufferPointerv returns the NULL pointer value if the buffer's data
       store is not currently mapped.

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

ERRORS
       GL_INVALID_ENUM is generated if pname is not GL_BUFFER_MAP_POINTER.

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

SEE ALSO
       glMapBuffer, glUnmapBuffer

				   14 Jan 04	       GLGETBUFFERPOINTER(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