glinterleavedarrays man page on Solaris

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

GLINTERLEAVEDARRAYS(3gl)			      GLINTERLEAVEDARRAYS(3gl)

NAME
       glInterleavedArrays  - simultaneously specify and enable several inter‐
       leaved arrays

C SPECIFICATION
       void glInterleavedArrays( GLenum format,
				 GLsizei stride,
				 const GLvoid *pointer )

PARAMETERS
       format	Specifies the type of  array  to  enable.  Symbolic  constants
		GL_V2F,	   GL_V3F,   GL_C4UB_V2F,   GL_C4UB_V3F,   GL_C3F_V3F,
		GL_N3F_V3F,    GL_C4F_N3F_V3F,	   GL_T2F_V3F,	   GL_T4F_V4F,
		GL_T2F_C4UB_V3F,	GL_T2F_C3F_V3F,	       GL_T2F_N3F_V3F,
		GL_T2F_C4F_N3F_V3F,    GL_T4F_C4F_N3F_V4F,    GL_R1UI_V3F_SUN,
		GL_R1UI_C4UB_V3F_SUN,			  GL_R1UI_C3F_V3F_SUN,
		GL_R1UI_N3F_V3F_SUN,		      GL_R1UI_C4F_N3F_V3F_SUN,
		GL_R1UI_T2F_V3F_SUN,	    GL_R1UI_T2F_N3F_V3F_SUN,	   and
		GL_R1UI_T2F_C4F_N3F_V3F_SUN are accepted.

       stride	Specifies the offset in bytes  between	each  aggregate	 array
		element.

DESCRIPTION
       glInterleavedArrays  lets you specify and enable individual color, nor‐
       mal, texture and vertex arrays whose elements  are  part	 of  a	larger
       aggregate  array element.  For some implementations, this is more effi‐
       cient than specifying the arrays seperately.

       If stride is 0, the aggregate elements are stored consecutively.	  Oth‐
       erwise, stride bytes occur between the beginning of one aggregate array
       element and the beginning of the next aggregate array element.

       format serves as a 'key' describing the extraction of individual arrays
       from the aggregate array.  If format contains a T, then texture coordi‐
       nates are extracted from the interleaved array.	If C is present, color
       values	are  extracted.	 If  N	is  present,  normal  coordinates  are
       extracted.  Vertex coordinates are always extracted.

       The digits 2, 3, and 4 denote how many values are extracted.   F	 indi‐
       cates  that  values are extracted as floating-point values.  Colors may
       also be extracted as 4 unsigned bytes if 4UB follows the C.  If a color
       is  extracted  as 4 unsigned bytes, the vertex array element which fol‐
       lows is located at the first possible floating-point aligned address.

NOTES
       glInterleavedArrays is available only if	 the  GL  version  is  1.1  or
       greater.

       If  glInterleavedArrays is called while compiling a display list, it is
       not compiled into the list, and it is executed immediately.

       Execution of glInterleavedArrays is not allowed between	the  execution
       of  glBegin  and the corresponding execution of glEnd, but an error may
       or may not be generated. If no error is	generated,  the	 operation  is
       undefined.

       glInterleavedArrays is typically implemented on the client side.

       Vertex  array  parameters  are  client-side state and are therefore not
       saved or restored by glPushAttrib and glPopAttrib.  Use glPushClientAt‐
       trib and glPopClientAttrib instead.

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

       GL_INVALID_VALUE is generated if stride is negative.

SEE ALSO
       glArrayElement,	glColorPointer,	 glDrawArrays, glDrawElements, glEdge‐
       FlagPointer, glEnableClientState, glGetPointer, glIndexPointer,	glNor‐
       malPointer, glTexCoordPointer, glVertexPointer, glReplacementCodePoint‐
       erSUN

				   15 Mar 97	      GLINTERLEAVEDARRAYS(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