Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

ogl_load

This is a public domain, single-header wrapper library for OpenGL 2.0.

There are several dependencies on the standard C library, namely calloc / free and strlen.

[TODO:] describe OGL_TEXTURE_ERROR, OGL_SHADER_ERROR and OGL_LOAD_ERROR, and also the functions.

usage

[TODO:] add a simple usage example