14 lines
370 B
C++
14 lines
370 B
C++
/* 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;
|
|
}
|
|
}
|