Unofficial OpenGL Software Development Kit
0.5.0
|
Classes | |
class | glutil::ShaderException |
Base class for all exceptions thrown by shader and program creation functions. More... | |
class | glutil::SeparateShaderNotSupported |
Thrown if the user requests the creation of separate programs, but the implementation cannot do that. More... | |
class | glutil::CompileLinkException |
Thrown if the compilation or linking fails. The log will be stored in this exception. More... | |