#include <SFML/Config.h>
Go to the source code of this file.
Functions | |
CSFML_API sfBool | sfOpenGLCaps_CheckExtension (char *Name) |
Check whether or not an OpenGL extension is supported. | |
CSFML_API int | sfOpenGLCaps_GetMaxTextureSize () |
Return the maximum texture size. | |
CSFML_API int | sfOpenGLCaps_GetMaxTextureUnits () |
Return the maximum number of texture units available. |
CSFML_API sfBool sfOpenGLCaps_CheckExtension | ( | char * | Name | ) |
Check whether or not an OpenGL extension is supported.
Name | : String identifier of the extension to check |
CSFML_API int sfOpenGLCaps_GetMaxTextureSize | ( | ) |
Return the maximum texture size.
CSFML_API int sfOpenGLCaps_GetMaxTextureUnits | ( | ) |
Return the maximum number of texture units available.