Exception class for errors during rendering.
More...
#include </home/werner/origo/vish/ocean/GLvish/Error.hpp>
List of all members.
Public Member Functions
-
const char * GLdescription () const
-
GLError (GLenum EC, const char *src=0) throw ()
-
GLError (GLenum EC, const std::string &s=0) throw ()
-
bool operator! () const
- Check if there is no error.
-
bool OutOfMemory () const
- Convenience function checking for error code 505.
-
virtual void print (FILE *where=stdout) const
-
void print (const char *prefix, FILE *where=stdout) const
-
override const char * what () const throw ()
- Virtual what() function for std::exception.
Static Public Member Functions
-
static GLError getError (const char *GLoperation=0)
Public Attributes
Detailed Description
Exception class for errors during rendering.
The documentation for this struct was generated from the following files:
- ocean/GLvish/Error.hpp
- ocean/GLvish/Error.cpp