[][src]Function sdl2_sys::SDL_RenderGetLogicalSize

pub unsafe extern "C" fn SDL_RenderGetLogicalSize(
    renderer: *mut SDL_Renderer,
    w: *mut c_int,
    h: *mut c_int
)

\brief Get device independent resolution for rendering

\param renderer The renderer from which resolution should be queried. \param w A pointer filled with the width of the logical resolution \param h A pointer filled with the height of the logical resolution

\sa SDL_RenderSetLogicalSize()