Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-02-26 01:27:27
Size: 871
Editor: SheenaSmith
Comment: create page - 2/4 changeset 5189 (2/24 5397)
Revision 2 as of 2011-02-28 18:15:15
Size: 742
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
A hint that specifies a variable specifying which render driver to use. A hint that specifies which render driver to use.
Line 18: Line 17:
By default ,,the default varies by platform, but it's,, the first one in the list that is available on the current platform ^is chosen^. By default the first one in the list that is available on the current platform is chosen.
Line 26: Line 25:
The variables are case-insensitive. The values are case-insensitive.

SDL_HINT_RENDER_DRIVER

A hint that specifies which render driver to use.

Values

direct3d

opengl

opengles2

opengles

software

Default

By default the first one in the list that is available on the current platform is chosen.

Code Examples

You can add your code example here

Remarks

The values are case-insensitive.

If the application doesn't pick a specific renderer to use, this variable specifies the name of the preferred renderer. If the preferred renderer can't be initialized, the normal default renderer is used.


CategoryDefine, CategoryHints

None: SDL_HINT_RENDER_DRIVER (last edited 2018-11-02 01:47:01 by GeoffCatlin)

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