|
⇤ ← Revision 1 as of 2011-02-24 19:50:30
Size: 829
Comment: create page - 2/3 changeset 5166 (2/23 5391)
|
Size: 772
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.
Contents
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
