Home | History | Annotate | Download | only in opengl
      1 /* WARNING: This is auto-generated file. Do not modify, since changes will
      2  * be lost! Modify the generating script instead.
      3  *
      4  * Generated from Khronos GL API description (gl.xml) revision 32093.
      5  */
      6 
      7 int getTextureParamNumArgs (int pname)
      8 {
      9 	switch(pname)
     10 	{
     11 		case GL_TEXTURE_BORDER_COLOR:	return 4;
     12 		default:						return 1;
     13 	}
     14 }
     15