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

Function sfgogl_GetMajorVersion

src/SFGUI/GLLoader.cpp:1949–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949int sfgogl_GetMajorVersion(void)
1950{
1951 if(g_major_version == 0)
1952 GetGLVersion();
1953 return g_major_version;
1954}
1955
1956int sfgogl_GetMinorVersion(void)
1957{

Callers

nothing calls this directly

Calls 1

GetGLVersionFunction · 0.85

Tested by

no test coverage detected