am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out...
[platform/upstream/VK-GL-CTS.git] / framework / opengl / gluCallLogUtil.inl
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 30159.
5  */
6
7 int getTextureParamNumArgs (int pname)
8 {
9         switch(pname)
10         {
11                 case GL_TEXTURE_BORDER_COLOR:   return 4;
12                 default:                                                return 1;
13         }
14 }