Registry / other / libepoxy

libepoxy

JSON →
library1.5.10vcpkgunverified

Epoxy is a library for handling OpenGL function pointer management, simplifying OpenGL context and extension loading.

vcpkg install libepoxy
INSTALL
IMPORT
SIG · LIBEPOXY
L
libepoxy
othercppv1.5.10
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.

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

Minimal example querying OpenGL version using Epoxy (requires an active OpenGL context).

#include <epoxy/gl.h> #include <iostream> int main() { std::cout << "OpenGL version: " << glGetString(GL_VERSION) << std::endl; return 0; }
Debug
Known issues
gotchaRequires an active OpenGL context (e.g., from GLFW or Qt) before calling any OpenGL functions.
fix
Create an OpenGL context before using Epoxy functions.
affects: *
Upgrade
Version history
1.5.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.