#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 47 of file OpenGLCaps.hpp.
bool sf::OpenGLCaps::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 37 of file OpenGLCaps.cpp.
int sf::OpenGLCaps::GetMaxTextureSize | ( | ) | [static] |
Return the maximum texture size.
Definition at line 46 of file OpenGLCaps.cpp.
int sf::OpenGLCaps::GetMaxTextureUnits | ( | ) | [static] |
Return the maximum number of texture units available.
Definition at line 58 of file OpenGLCaps.cpp.