uicore::OpenGLTarget Class Reference

Display target for uicoreDisplay. More...

#include <opengl_target.h>

Static Public Member Functions

static OpenGLContextDescription description ()
 
static std::vector< std::stringextensions (const GraphicContextPtr &gc)
 Get the list of opengl extensions. More...
 
static bool is_current ()
 Returns true if this display target is the current target. More...
 
static void opengl_shading_language_version (const GraphicContextPtr &gc, int &version_major, int &version_minor)
 Get the opengl shading language version. More...
 
static void opengl_version (const GraphicContextPtr &gc, int &version_major, int &version_minor)
 Get the opengl version. More...
 
static void opengl_version (const GraphicContextPtr &gc, int &version_major, int &version_minor, int &version_release)
 Get the opengl version. More...
 
static std::string renderer_string (const GraphicContextPtr &gc)
 Get the opengl renderer string. More...
 
static void set_active_context (const GraphicContextPtr &gc)
 Set OpenGL context used by this GraphicContext to be active. More...
 
static void set_current ()
 Set this display target to be the current target. More...
 
static void set_description (OpenGLContextDescription &desc)
 
static std::string vendor_string (const GraphicContextPtr &gc)
 Get the opengl vendor string. More...
 

Detailed Description

Display target for uicoreDisplay.

Member Function Documentation

static OpenGLContextDescription uicore::OpenGLTarget::description ( )
static
static std::vector<std::string> uicore::OpenGLTarget::extensions ( const GraphicContextPtr gc)
static

Get the list of opengl extensions.

static bool uicore::OpenGLTarget::is_current ( )
static

Returns true if this display target is the current target.

This may change after a display window has been created

static void uicore::OpenGLTarget::opengl_shading_language_version ( const GraphicContextPtr gc,
int &  version_major,
int &  version_minor 
)
static

Get the opengl shading language version.

Parameters
version_major= On Return: Major
version_minor= On Return: Minor
static void uicore::OpenGLTarget::opengl_version ( const GraphicContextPtr gc,
int &  version_major,
int &  version_minor 
)
static

Get the opengl version.

Parameters
version_major= On Return: Major
version_minor= On Return: Minor
static void uicore::OpenGLTarget::opengl_version ( const GraphicContextPtr gc,
int &  version_major,
int &  version_minor,
int &  version_release 
)
static

Get the opengl version.

Parameters
version_major= On Return: Major
version_minor= On Return: Minor
version_release= On Return: Release
static std::string uicore::OpenGLTarget::renderer_string ( const GraphicContextPtr gc)
static

Get the opengl renderer string.

static void uicore::OpenGLTarget::set_active_context ( const GraphicContextPtr gc)
static

Set OpenGL context used by this GraphicContext to be active.

static void uicore::OpenGLTarget::set_current ( )
static

Set this display target to be the current target.

static void uicore::OpenGLTarget::set_description ( OpenGLContextDescription desc)
static
static std::string uicore::OpenGLTarget::vendor_string ( const GraphicContextPtr gc)
static

Get the opengl vendor string.


The documentation for this class was generated from the following file: