Class storing source code in GLSL. More...
#include </home/chochlik/devel/oglplus/include/oglplus/glsl_source.hpp>
Public Member Functions | |
GLsizei | Count (void) const |
Count of buffers storing the individual parts of the source. | |
const GLchar *const * | Parts (void) const |
Pointers to the individual parts of the source. | |
GLint const * | Lengths (void) const |
Pointer to the lengths of the individual parts of the source. | |
Class storing source code in GLSL.