|
⇤ ← Revision 1 as of 2009-11-23 05:13:44
Size: 1008
Comment: create page, add content
|
Size: 1049
Comment: attempt to add section comments 1
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| /* start_section */ | |
| Line 17: | Line 18: |
| /* end_section */ |
SDL_RendererFlags
Flags used when creating a rendering context.
Values
SDL_RENDERER_SINGLEBUFFER |
render directly to the window, if possible |
SDL_RENDERER_PRESENTCOPY |
present uses a copy from back buffer to the front buffer |
SDL_RENDERER_PRESENTFLIP2 |
present uses a flip, swapping back buffer and front buffer |
SDL_RENDERER_PRESENTFLIP3 |
present uses a flip, rotating between two back buffers and a front buffer |
SDL_RENDERER_PRESENTDISCARD |
present leaves the contents of the backbuffer undefined |
SDL_RENDERER_PRESENTVSYNC |
present is synchronized with the refresh rate |
SDL_RENDERER_ACCELERATED |
the renderer uses hardware acceleration |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
