Wiki Page Content

Differences between revisions 18 and 19
Revision 18 as of 2009-11-25 05:38:42
Size: 1034
Editor: SheenaSmith
Comment: update formatting
Revision 19 as of 2009-12-12 07:05:33
Size: 1063
Editor: SheenaSmith
Comment: format update
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Flags used when creating a rendering context. An enumeration that sets flags used when creating a rendering context.
Line 24: Line 24:
You can add useful comments here ''You can add useful comments here''

SDL_RendererFlags

An enumeration that sets 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


CategoryEnum

None: SDL_RendererFlags (last edited 2013-11-17 07:06:12 by andred)

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