*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> OpenGL/glinterleavedarrays (3)              
Title
Content
Arch
Section
 

Contents


glInterleavedArrays(3G)	       OpenGL Reference	       glInterleavedArrays(3G)


NAME    [Toc]    [Back]

     glInterleavedArrays - simultaneously specify and enable several
     interleaved arrays

C SPECIFICATION    [Toc]    [Back]

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

PARAMETERS    [Toc]    [Back]

     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, and GL_T4F_C4F_N3F_V4F are accepted.

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

DESCRIPTION    [Toc]    [Back]

     glInterleavedArrays lets you specify and enable individual	color, normal,
     texture and vertex	arrays whose elements are part of a larger aggregate
     array element.  For some implementations, this is more efficient than
     specifying	the arrays separately.

     If	stride is 0, the aggregate elements are	stored consecutively.
     Otherwise,	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
     coordinates 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 indicates
     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 follows is
     located at	the first possible floating-point aligned address.

NOTES    [Toc]    [Back]

     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.






									Page 1






glInterleavedArrays(3G)	       OpenGL Reference	       glInterleavedArrays(3G)



     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 glPushClientAttrib and
     glPopClientAttrib instead.

ERRORS    [Toc]    [Back]

     GL_INVALID_ENUM is	generated if format is not an accepted value.

     GL_INVALID_VALUE is generated if stride is	negative.

SEE ALSO    [Toc]    [Back]

      
      
     glArrayElement, glColorPointer, glDrawArrays, glDrawElements,
     glEdgeFlagPointer,	glEnableClientState, glGetPointer, glIndexPointer,
     glNormalPointer, glTexCoordPointer, glVertexPointer


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
alReadBuffers IRIX read flexibly interleaved or non-interleaved audio data from an audio port
alWriteBuffers IRIX write flexibly interleaved or non-interleaved audio data to an audio port
perllol OpenBSD Manipulating Arrays of Arrays in Perl
mvNumMoviesHint IRIX number of simultaneously-playing movies
mswapbuffers IRIX swap multiple framebuffers simultaneously
czclear IRIX clears the color bitplanes and the z-buffer simultaneously
zhgeqz IRIX w(i) B ) = 0 If JOB='S', then the pair (A,B) is simultaneously reduced to Schur form (i.e., A and B are both u
chgeqz IRIX w(i) B ) = 0 If JOB='S', then the pair (A,B) is simultaneously reduced to Schur form (i.e., A and B are both u
nkthread HP-UX limits the number of threads allowed to run simultaneously
nproc HP-UX limits the number of processes allowed to exist simultaneously
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service