cee::vis::OpenGLInfo
-
class
OpenGLInfo
Class containing OpenGL renderer and version information for an OpenGLContextGroup.
Public Functions
-
OpenGLInfo
()
-
OpenGLInfo
(Str version, Str vendor, Str renderer, Str backendDetails) Creates an OpenGLInfo object from vendor, renderer and backendDetails.
-
OpenGLInfo
(const OpenGLInfo &other) Constructs a new OpenGLInfo that is a copy of other.
-
OpenGLInfo &
operator=
(const OpenGLInfo &rhs) Sets this object equal rhs.
-