Registry / other / mesa
library24.0.7vcpkgunverified

Mesa - The 3D Graphics Library

vcpkg install mesa
INSTALL
IMPORT
SIG · MESA
M
mesa
othercppv24.0.7
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>

Basic OpenGL clear screen call using Mesa

#include <GL/gl.h> int main() { glClear(GL_COLOR_BUFFER_BIT); return 0; }
Debug
Known issues
gotchaMesa provides software rendering; hardware acceleration requires proper GPU drivers
fix
Ensure system has appropriate Mesa drivers (e.g., mesa-va-drivers for Intel)
affects: *
Upgrade
Version history
24.0.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

mesa — pip install mesa · libregistry