SDL_GetRenderer - Man Page

Get the renderer associated with a window.

Synopsis

#include <SDL3/SDL_render.h>

SDL_Renderer * SDL_GetRenderer(SDL_Window *window);

Function Parameters

window

the window to query.

Return Value

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.16 Simple Directmedia Layer SDL3 FUNCTIONS