List of common graphics capabilities set by Open Inventor. More...
#include <Inventor/helpers/SbGraphicsCapabilities.h>
Public Member Functions | |
SbGraphicsCapabilities () | |
int | getMaxTextureUnits () const |
Maximum number of tex unit allowed. | |
int | getMaxImageUnits () const |
Maximum number of image unit allowed. | |
int | getMaxTextureCoords () const |
Maximum number of texCoord allowed. | |
int | getMaxColorTargets () const |
Maximum number of color target allowed. | |
int | getMaxDrawBuffers () const |
Maximum number of draw buffers allowed. | |
int | getMaxHardwareLights () const |
Maximum number of light allowed. | |
int | getMaxClipPlanes () const |
Maximum number of clip plane allowed. | |
int | getMinGLSLVersion () const |
Minimum version of GLSL supported. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SbGraphicsCapabilities &capabilities) |
List capabilities in human readable format. | |
List of common graphics capabilities set by Open Inventor.
Definition at line 37 of file SbGraphicsCapabilities.h.
SbGraphicsCapabilities::SbGraphicsCapabilities | ( | ) |
int SbGraphicsCapabilities::getMaxClipPlanes | ( | ) | const |
Maximum number of clip plane allowed.
int SbGraphicsCapabilities::getMaxColorTargets | ( | ) | const |
Maximum number of color target allowed.
int SbGraphicsCapabilities::getMaxDrawBuffers | ( | ) | const |
Maximum number of draw buffers allowed.
int SbGraphicsCapabilities::getMaxHardwareLights | ( | ) | const |
Maximum number of light allowed.
int SbGraphicsCapabilities::getMaxImageUnits | ( | ) | const |
Maximum number of image unit allowed.
int SbGraphicsCapabilities::getMaxTextureCoords | ( | ) | const |
Maximum number of texCoord allowed.
int SbGraphicsCapabilities::getMaxTextureUnits | ( | ) | const |
Maximum number of tex unit allowed.
int SbGraphicsCapabilities::getMinGLSLVersion | ( | ) | const |
Minimum version of GLSL supported.
|
friend |
List capabilities in human readable format.