Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Wraps a GLSL geometry shader to be bound to a GLSLProgram: the shader this shader will run on the programmable geometry processor. More...
#include <GLSL.hpp>
Public Member Functions | |
GLSLGeometryShader (const String &source=String()) |
Wraps a GLSL geometry shader to be bound to a GLSLProgram: the shader this shader will run on the programmable geometry processor.
Definition at line 178 of file GLSL.hpp.
source | Geometry shader's source code or path to a text file containing the geometry shader's source code. |
Definition at line 184 of file GLSL.hpp.
References vl::Object::mObjectName.