NCBI C++ ToolKit
|
#include <gui/opengl.h>
#include <gui/gui.hpp>
#include <gui/utils/vect2.hpp>
#include <gui/utils/vect3.hpp>
#include <gui/utils/vect4.hpp>
#include <gui/utils/matrix3.hpp>
#include <gui/utils/matrix4.hpp>
#include <gui/utils/rgba_color.hpp>
#include <gui/opengl/gltypes.hpp>
#include <gui/opengl/globject.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IGlState |
IGlState Interface for setting values in CGlState. More... | |
class | CGlState |
CGlState Class to encapsulate Rendering state so that a set of user-selected GL state options can be saved and then enabled as needed, particularly before the rendering of some object. More... | |
Enumerations | |
enum | ERenderTarget { eOpenGL20 , eOpenGL11 , eMetal , eRenderPDF , eRenderDebug , eRenderSVG , eApiUndefined } |
Different api levels based on information from OpenGL driver. More... | |