Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-02-24 19:50:30
Size: 829
Editor: SheenaSmith
Comment: create page - 2/3 changeset 5166 (2/23 5391)
Revision 2 as of 2011-04-21 16:56:31
Size: 772
Editor: SheenaSmith
Comment: remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||

SDL_CreateSoftwareRenderer

Use this function to create a 2D software rendering context for a surface.

Syntax

SDL_Renderer* SDL_CreateSoftwareRenderer(SDL_Surface* surface)

Function Parameters

surface

the SDL_Surface structure representing the surface where rendering is done

Return Value

Returns a valid rendering context or NULL if there was an error.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryRender

None: SDL_CreateSoftwareRenderer (last edited 2016-03-31 22:22:10 by PhilippWiesemann)

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