Wiki Page Content

DRAFT

SDL_RenderTargetSupported

Use this function to determine whether a window supports the use of render targets.

Syntax

SDL_bool SDL_RenderTargetSupported(SDL_Renderer* renderer)

Function Parameters

renderer

the renderer that will be checked

Return Value

Returns SDL_TRUE if supported or SDL_FALSE if not.

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

None: SDL_RenderTargetSupported (last edited 2013-10-31 21:33:58 by PhilippWiesemann)

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