table of contents
other versions
SDL_GetRenderD3D9Device(3) | SDL3 FUNCTIONS | SDL_GetRenderD3D9Device(3) |
NAME¶
SDL_GetRenderD3D9Device - Get the D3D9 device associated with a renderer.
SYNOPSIS¶
#include "SDL3/SDL.h"
IDirect3DDevice9* SDL_GetRenderD3D9Device(SDL_Renderer * renderer);
DESCRIPTION¶
Once you are done using the device, you should release it to avoid a resource leak.
FUNCTION PARAMETERS¶
- renderer
- the renderer from which to get the associated D3D device
RETURN VALUE¶
Returns the D3D9 device associated with given renderer or NULL if it is not a D3D9 renderer; call SDL_GetError () for more information.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |