+ -
当前位置:首页 → 问答吧 → 谁知道这些函数干嘛的??

谁知道这些函数干嘛的??

时间:2010-09-16

来源:互联网

void glColor3bv( const GLbyte *v )
       void glColor3dv( const GLdouble *v )
       void glColor3fv( const GLfloat *v )
       void glColor3iv( const GLint *v )
       void glColor3sv( const GLshort *v )
       void glColor3ubv( const GLubyte *v )
       void glColor3uiv( const GLuint *v )
       void glColor3usv( const GLushort *v )
       void glColor4bv( const GLbyte *v )
       void glColor4dv( const GLdouble *v )
       void glColor4fv( const GLfloat *v )
       void glColor4iv( const GLint *v )
       void glColor4sv( const GLshort *v )
       void glColor4ubv( const GLubyte *v )
       void glColor4uiv( const GLuint *v )
       void glColor4usv( const GLushort *v )

作者: kanhfshiys   发布时间: 2010-09-16

http://www.google.com/search?q=glColor3bv

作者: langue   发布时间: 2010-09-16