Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-09-12 03:09:03
Size: 662
Editor: SheenaSmith
Comment: update content - remove empty section
Revision 4 as of 2010-09-24 21:35:14
Size: 670
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
SDL_TRUE if the extension is supported, SDL_FALSE otherwise. Returns SDL_TRUE if the extension is supported, SDL_FALSE otherwise.

SDL_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


CategoryAPI, CategoryVideo

None: SDL_GL_ExtensionSupported (last edited 2016-05-14 22:02:31 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit