Registry / other / gli
library2021-07-06vcpkgunverified

OpenGL Image (GLI)

vcpkg install gli
INSTALL
IMPORT
SIG · GLI
G
gli
othercppv2021-07-06
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.

gli/gli.hpp
#include <gli/gli.hpp>

Create a 2D texture with RGBA format

#include <gli/gli.hpp> int main() { gli::texture2d tex(gli::FORMAT_RGBA8_UNORM_PACK8, gli::extent2d(256, 256)); return 0; }
Debug
Known issues
gotchaHeader-only library; requires OpenGL headers and a compatible GPU driver for runtime use
fix
Include OpenGL headers before gli headers or use GLEW/glad
affects: *
Upgrade
Version history
2021-07-06latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

gli — pip install gli · libregistry