DRAFT |
SDL_RenderGetIntegerScale
Use this function to get whether integer scales are forced for resolution-independent rendering.
Contents
Syntax
SDL_bool SDL_RenderGetIntegerScale(SDL_Renderer* renderer)
Function Parameters
renderer |
the renderer from which integer scaling should be queried |
Return Value
Returns SDL_TRUE if integer scales are forced or SDL_FALSE if not and on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available in unstable versions newer than (stable) SDL 2.0.4.
