|
⇤ ← Revision 1 as of 2011-02-26 01:38:50
Size: 606
Comment: create page - 2/4 changeset 5189 (2/24 5397)
|
Size: 607
Comment: correct typo
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| By default shaders are used if OpenGL supports them | By default shaders are used if OpenGL supports them. |
DRAFT |
SDL_HINT_RENDER_OPENGL_SHADERS
A hint that specifies a variable controlling whether the OpenGL render driver uses shaders if they are available.
Values
0 |
disable shaders |
1 |
enable shaders |
Default
By default shaders are used if OpenGL supports them.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
