Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 22:25:15
Size: 732
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-08-29 23:32:58
Size: 687
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 16: Line 15:
||'''extension'''||the extension to check|| ||'''extension'''||the name of the extension to check||

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

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