blob: b71f62ba1991ce3297ddc9fc7f958b9e03a34f04 [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 97ab881f0ab9e03a59388214f9c36dfe4c206c76.
*/
int getTextureParamNumArgs (int pname)
{
switch(pname)
{
case GL_TEXTURE_BORDER_COLOR: return 4;
default: return 1;
}
}