MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / initExtensionLibrary

Function initExtensionLibrary

OpenCSG/src/openglExt.h:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#define OPENCSG_HAS_EXT(name) GLEW_ ## name
36
37inline void initExtensionLibrary()
38{
39 // implemented empty for historic reasons. In the past, it was
40 // expected that glewInit() was called from the external
41 // application.
42}
43
44#else // OpenGL extension checking with glad.
45 // To avoid conflicts with other software

Callers 2

ensureFunctionPointersFunction · 0.85
opencsg_init_glFunction · 0.85

Calls 1

gladLoaderLoadGLFunction · 0.85

Tested by

no test coverage detected