DRAFT |
SDL_RenderTargetSupported
Use this function to determine whether a window supports the use of render targets.
Contents
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.