Exception thrown when a vertex attribute was not found.
More...
#include </home/werner/origo/vish/ocean/GLvish/Shader.hpp>
List of all members.
Public Member Functions
-
NoSuchAttribute (const char *uname, const char *what)
- Construct from name and context description.
-
NoSuchAttribute (const string &uname, const char *what)
- Construct exception from dynamic string name.
-
override void print (FILE *where) const
- override const char * what () const throw ()
- Description function will return the name of the attribute that was not found.
Public Attributes
Detailed Description
Exception thrown when a vertex attribute was not found.
Member Function Documentation
const char * Wizt::GLProgram::NoSuchAttribute::what |
( |
| ) |
const throw () |
Description function will return the name of the attribute that was not found.
The context description is available from the source member.
Reimplemented from Wizt::GLError.
The documentation for this struct was generated from the following files:
- ocean/GLvish/Shader.hpp
- ocean/GLvish/Shader.cpp