SDL_GetRenderer - Man Page

Get the renderer associated with a window.

Header File

Defined in SDL3/SDL_render.h

Synopsis

#include "SDL3/SDL.h"

SDL_Renderer * SDL_GetRenderer(SDL_Window *window);

Function Parameters

window

the window to query.

Return Value

( SDL_Renderer
*) Returns the rendering context on success or NULL on failure; call SDL_GetError () for more information.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS