$search
#include <rtcGLInfo.h>
Public Member Functions | |
bool | getInfo () |
GLInfo () | |
bool | isExtensionSupported (const char *ext) |
void | printSelf () |
Public Attributes | |
int | alphaBits |
int | blueBits |
int | depthBits |
std::vector< std::string > | extensions |
int | greenBits |
int | maxAttribStacks |
int | maxClipPlanes |
int | maxLights |
int | maxModelViewStacks |
int | maxProjectionStacks |
int | maxTextureSize |
int | maxTextureStacks |
int | redBits |
std::string | renderer |
int | stencilBits |
std::string | vendor |
std::string | version |
Definition at line 8 of file rtcGLInfo.h.
rtc::GLInfo::GLInfo | ( | ) | [inline] |
Definition at line 29 of file rtcGLInfo.h.
bool rtc::GLInfo::getInfo | ( | ) |
Definition at line 23 of file rtcGLInfo.cpp.
bool rtc::GLInfo::isExtensionSupported | ( | const char * | ext | ) |
Definition at line 101 of file rtcGLInfo.cpp.
void rtc::GLInfo::printSelf | ( | ) |
Definition at line 122 of file rtcGLInfo.cpp.
Definition at line 17 of file rtcGLInfo.h.
Definition at line 16 of file rtcGLInfo.h.
Definition at line 18 of file rtcGLInfo.h.
std::vector<std::string> rtc::GLInfo::extensions |
Definition at line 13 of file rtcGLInfo.h.
Definition at line 15 of file rtcGLInfo.h.
Definition at line 22 of file rtcGLInfo.h.
Definition at line 25 of file rtcGLInfo.h.
Definition at line 21 of file rtcGLInfo.h.
Definition at line 23 of file rtcGLInfo.h.
Definition at line 24 of file rtcGLInfo.h.
Definition at line 20 of file rtcGLInfo.h.
Definition at line 26 of file rtcGLInfo.h.
Definition at line 14 of file rtcGLInfo.h.
std::string rtc::GLInfo::renderer |
Definition at line 11 of file rtcGLInfo.h.
Definition at line 19 of file rtcGLInfo.h.
std::string rtc::GLInfo::vendor |
Definition at line 10 of file rtcGLInfo.h.
std::string rtc::GLInfo::version |
Definition at line 12 of file rtcGLInfo.h.