• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 7ac9c857db1e3a6065485e4e2144151f48a4f1c4.
5 */
6
7int getTextureParamNumArgs (int pname)
8{
9	switch(pname)
10	{
11		case GL_TEXTURE_BORDER_COLOR:	return 4;
12		default:						return 1;
13	}
14}
15