[][src]Function fermium::SDL_RenderGetD3D9Device

pub unsafe extern "C" fn SDL_RenderGetD3D9Device(
    renderer: *mut SDL_Renderer
) -> *mut IDirect3DDevice9

\brief Returns the D3D device associated with a renderer, or NULL if it's not a D3D renderer.

Once you are done using the device, you should release it to avoid a resource leak.