Function SDL_RenderGetIntegerScale
pub unsafe extern "C" fn SDL_RenderGetIntegerScale(
renderer: *mut SDL_Renderer,
) -> SDL_bool
Available on crate feature
dep_sdl2
only.Expand description
Get whether integer scales are forced for resolution-independent rendering.
\param renderer the renderer from which integer scaling should be queried \returns SDL_TRUE if integer scales are forced or SDL_FALSE if not and on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.5.
\sa SDL_RenderSetIntegerScale