Loading...
Searching...
No Matches
Context.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
bool sfContext_isExtensionAvailable(const char *name)
Check whether a given OpenGL extension is available.
uint64_t sfContext_getActiveContextId(void)
Get the currently active context's ID.
sfGlFunctionPointer sfContext_getFunction(const char *name)
Get the address of an OpenGL function.
sfContextSettings sfContext_getSettings(const sfContext *context)
Get the settings of the context.
bool sfContext_setActive(sfContext *context, bool active)
Activate or deactivate explicitly a context.