| 1954 | } |
| 1955 | |
| 1956 | int sfgogl_GetMinorVersion(void) |
| 1957 | { |
| 1958 | if(g_major_version == 0) /* Yes, check the major version to get the minor one. */ |
| 1959 | GetGLVersion(); |
| 1960 | return g_minor_version; |
| 1961 | } |
| 1962 | |
| 1963 | int sfgogl_IsVersionGEQ(int majorVersion, int minorVersion) |
| 1964 | { |
nothing calls this directly
no test coverage detected