|
CSCI441 OpenGL Library 5.21.1.0
CS@Mines CSCI441 Computer Graphics Course Library
|
Class to work with OpenGL 4.0+ Shaders. More...
#include "constants.h"#include "ShaderUtils.hpp"#include <glm/glm.hpp>#include <glm/gtc/type_ptr.hpp>#include <cstdlib>#include <fstream>#include <map>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | CSCI441::ShaderProgram |
| Handles registration and compilation of Shaders. More... | |
Namespaces | |
| namespace | CSCI441 |
| CSCI441 Helper Functions for OpenGL. | |
Class to work with OpenGL 4.0+ Shaders.
These functions, classes, and constants help minimize common code that needs to be written.