Wiki Page Content

Revision 1 as of 2013-10-31 21:46:13

Clear message

DRAFT

SDL_GetRenderTarget

Use this function to get the current render target.

Syntax

SDL_Texture* SDL_GetRenderTarget(SDL_Renderer* renderer)

Function Parameters

renderer

the rendering context

Return Value

Returns the current render target or NULL for the default render target.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryRender

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