Registry / other / opengl-registry

opengl-registry

JSON →
library2026-01-26vcpkgunverified

OpenGL Registry provides the official API and extension headers for OpenGL, OpenGL ES, and OpenGL ES-SC.

vcpkg install opengl-registry
INSTALL
IMPORT
SIG · OPENGL-REGISTRY
O
opengl-registry
othercppv2026-01-26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GL/gl.h
#include <GL/gl.h>

Simple check of OpenGL version string.

#include <GL/gl.h> #include <iostream> int main() { std::cout << "OpenGL version: " << glGetString(GL_VERSION) << std::endl; return 0; }
Debug
Known issues
gotchaRequires a windowing system (e.g., GLFW, SDL) to create an OpenGL context before calling any GL functions.
fix
Initialize a window and OpenGL context using a library like GLFW or SDL before using OpenGL calls.
affects: *
Upgrade
Version history
2026-01-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

opengl-registry — pip install opengl-registry · libregistry