You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
370 B
15 lines
370 B
/* 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 9d534f9312e56c72df763207e449c6719576fd54.
|
|
*/
|
|
|
|
int getTextureParamNumArgs (int pname)
|
|
{
|
|
switch(pname)
|
|
{
|
|
case GL_TEXTURE_BORDER_COLOR: return 4;
|
|
default: return 1;
|
|
}
|
|
}
|