VISH  0.2
Public Member Functions | Public Attributes
Wizt::Shader::Error Struct Reference

Error class for Shader-related problems, for instance compilation errors. More...

#include </home/werner/origo/vish/ocean/GLvish/Shader.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Error class for Shader-related problems, for instance compilation errors.

Note:
Do not copy instances of this class! It's simple and stupid, nothing more, as a decent exception class.

Constructor & Destructor Documentation

Wizt::Shader::Error::Error ( GLint  ShaderObject,
const string ShaderSource 
)

Construct Shader Error from an OpenGL shader ID.

Information stored here will be gained from

                    glGetShaderiv( ShaderObject, GL_COMPILE_STATUS, &status); 

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