Function sdl2_sys::SDL_RenderGetIntegerScale
source ยท pub unsafe extern "C" fn SDL_RenderGetIntegerScale(
renderer: *mut SDL_Renderer,
) -> SDL_bool
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