blob: 9ca34af70bddc0d460e90f29081f0e5f73960c73 [file] [log] [blame]
/* WARNING: This is auto-generated file. Do not modify, since changes will
* be lost! Modify the generating script instead.
*
* Generated from Khronos GL API description (gl.xml) revision 7ac9c857db1e3a6065485e4e2144151f48a4f1c4.
*/
int getTextureParamNumArgs (int pname)
{
switch(pname)
{
case GL_TEXTURE_BORDER_COLOR: return 4;
default: return 1;
}
}