StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  examples
 batches.cppBatched rendering example
 sandbox.cppMinimal example of how to use staplegl
 teapot.cppMore complex example of staplegl usage with the Utah Teapot model
  include
  modules
 cubemap.hppCube map texture wrapper
 framebuffer.hppWrapper for OpenGL Framebuffer Objects
 gl_functions.hppLoads OpenGL functions
 index_buffer.hppElement Buffer Object (EBO) wrapper
 renderbuffer.hppRender Buffer Object (RBO) wrapper
 shader.hppShader program wrapper
 shader_data_type.hppShader data type definitions
 texture.hppTexture abstraction
 uniform_buffer.hppUniform Buffer Object (UBO) wrapper
 utility.hppUtility functions for parsing files
 vertex_array.hppVertex Array Object (VAO) wrapper
 vertex_buffer.hppVertex Buffer Object (VBO) wrapper
 vertex_buffer_inst.hppVertex buffer object for instanced rendering
 vertex_buffer_layout.hppVertex Buffer Layout abstraction
 staplegl.hppStapleGL, a C++20 wrapper for OpenGL