OpenCPN Partial API docs
|
Public Attributes | |
std::string | Renderer |
std::string | Version |
std::string | GLSL_Version |
double | dGLSL_Version |
GLenum | TextureRectangleFormat |
bool | bOldIntel |
bool | bCanDoVBO |
bool | bCanDoFBO |
bool | bCanDoGLSL |
Definition at line 53 of file glChartCanvas.h.
bool OCPN_GLCaps::bCanDoFBO |
Definition at line 64 of file glChartCanvas.h.
bool OCPN_GLCaps::bCanDoGLSL |
Definition at line 65 of file glChartCanvas.h.
bool OCPN_GLCaps::bCanDoVBO |
Definition at line 63 of file glChartCanvas.h.
bool OCPN_GLCaps::bOldIntel |
Definition at line 62 of file glChartCanvas.h.
double OCPN_GLCaps::dGLSL_Version |
Definition at line 59 of file glChartCanvas.h.
std::string OCPN_GLCaps::GLSL_Version |
Definition at line 57 of file glChartCanvas.h.
std::string OCPN_GLCaps::Renderer |
Definition at line 55 of file glChartCanvas.h.
GLenum OCPN_GLCaps::TextureRectangleFormat |
Definition at line 60 of file glChartCanvas.h.
std::string OCPN_GLCaps::Version |
Definition at line 56 of file glChartCanvas.h.