Compiles and handles a shader. Shaders should be linked together into a ShaderProgram.
More...
#include <Shader.hpp>
Compiles and handles a shader. Shaders should be linked together into a ShaderProgram.
◆ Type
The type of shader.
| Enumerator |
|---|
| VERTEX_SHADER | Vertex shader.
|
| FRAGMENT_SHADER | Fragment shader.
|
| COMPUTE_SHADER | Compute shader.
|
◆ Shader()
| Video::Shader::Shader |
( |
| ) |
|
|
inline |
◆ ~Shader()
| virtual Video::Shader::~Shader |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: