Wiki Page Content

Differences between revisions 26 and 27
Revision 26 as of 2011-10-28 22:53:30
Size: 686
Editor: SheenaSmith
Comment: camelcase pragma change
Revision 27 as of 2012-01-25 13:41:56
Size: 762
Comment: Adds SDL_RENDERER_TARGETTEXTURE
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
||SDL_RENDERER_TARGETTEXTURE||the renderer supports rendering to texture||

SDL_RendererFlags

An enumeration of flags used when creating a rendering context.

Values

SDL_RENDERER_SOFTWARE

the renderer is a software fallback

SDL_RENDERER_ACCELERATED

the renderer uses hardware acceleration

SDL_RENDERER_PRESENTVSYNC

present is synchronized with the refresh rate

SDL_RENDERER_TARGETTEXTURE

the renderer supports rendering to texture

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryRender

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