#include <OpenGLCaps.hpp>
Static Public Member Functions | |
static bool | CheckExtension (const std::string &Name) |
Check whether or not an OpenGL extension is supported. | |
static int | GetMaxTextureSize () |
Return the maximum texture size. | |
static int | GetMaxTextureUnits () |
Return the maximum number of texture units available. |
Definition at line 44 of file OpenGLCaps.hpp.
bool sfOpenGLCaps::CheckExtension | ( | const std::string & | Name | ) | [static] |
Check whether or not an OpenGL extension is supported.
Name | : String identifier of the extension to check |
Definition at line 35 of file OpenGLCaps.cpp.
int sfOpenGLCaps::GetMaxTextureSize | ( | ) | [static] |
Return the maximum texture size.
Definition at line 44 of file OpenGLCaps.cpp.
int sfOpenGLCaps::GetMaxTextureUnits | ( | ) | [static] |
Return the maximum number of texture units available.
Definition at line 56 of file OpenGLCaps.cpp.