MCPcopy Create free account
hub / github.com/TankOs/SFGUI / sfgogl_GetMinorVersion

Function sfgogl_GetMinorVersion

src/SFGUI/GLLoader.cpp:1956–1961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954}
1955
1956int 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
1963int sfgogl_IsVersionGEQ(int majorVersion, int minorVersion)
1964{

Callers

nothing calls this directly

Calls 1

GetGLVersionFunction · 0.85

Tested by

no test coverage detected