Portal:Development Tools/Intro
Jump to navigation
Jump to search
OpenGL is a rendering system, but this is all that it is. It has no functionality for loading images or meshes from files. It cannot even directly interact with the OS's windowing system, relying instead on external systems like WGL or GLX for that. As such, any significant use of OpenGL will involve some libraries or other tools to make using the library easier.