ShaderException

This exception will be raised when an error occurs while compiling or linking a shader.

Constructors

this
this(string infolog, string process_, string filename_)

Members

Variables

filename
string filename;

The filename passed to the ctor.

process
string process;

The process passed to the ctor. Will be one of "linking" or "compiling".

Meta