CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
|
Helper functions to work with Uniform Buffer Objects. More...
#include "ShaderProgram.hpp"
#include <glad/gl.h>
#include <cstdio>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | CSCI441::UniformBufferObject |
Storage of UBO related data. More... | |
Namespaces | |
namespace | CSCI441 |
CSCI441 Helper Functions for OpenGL. | |
Helper functions to work with Uniform Buffer Objects.
These functions, classes, and constants help minimize common code that needs to be written.