MeVisLabToolboxReference
View2DShaderGLSL::Shader Struct Reference

Stores a full shader program for the given configuration. More...

#include <View2DShaderGLSL.h>

List of all members.

Public Member Functions

 Shader (const ShaderConfig &config)

Public Attributes

ShaderConfig config
ml::GLSLFragmentShader fragmentShader
ml::GLSLVertexShader vertexShader
ml::GLSLProgram program

Detailed Description

Stores a full shader program for the given configuration.

Definition at line 62 of file View2DShaderGLSL.h.


Constructor & Destructor Documentation

View2DShaderGLSL::Shader::Shader ( const ShaderConfig config) [inline]

Definition at line 64 of file View2DShaderGLSL.h.

References config.


Member Data Documentation

Definition at line 68 of file View2DShaderGLSL.h.

Referenced by Shader().

Definition at line 70 of file View2DShaderGLSL.h.

Definition at line 72 of file View2DShaderGLSL.h.

Definition at line 71 of file View2DShaderGLSL.h.


The documentation for this struct was generated from the following file: