|
Size: 670
Comment: minor change
|
Size: 673
Comment: Corrected name in header.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| = SDL_ExtensionSupported = | = SDL_GL_ExtensionSupported = |
SDL_GL_ExtensionSupported
Use this function to return true if an OpenGL extension is supported for the current context.
Syntax
SDL_bool SDL_GL_ExtensionSupported(const char* extension)
Function Parameters
extension |
the name of the extension to check |
Return Value
Returns SDL_TRUE if the extension is supported, SDL_FALSE otherwise.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
