|
⇤ ← Revision 1 as of 2011-02-26 01:27:27
Size: 871
Comment: create page - 2/4 changeset 5189 (2/24 5397)
|
Size: 742
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.
