Added SDL_RenderGetD3D11Device() to get access to the device associated with the D3D11 renderer

This commit is contained in:
Sam Lantinga
2021-01-01 11:12:30 -08:00
parent 5f0b2a7f54
commit 223af86c62
4 changed files with 42 additions and 1 deletions

View File

@@ -793,3 +793,4 @@
#define SDL_lround SDL_lround_REAL
#define SDL_lroundf SDL_lroundf_REAL
#define SDL_SoftStretchLinear SDL_SoftStretchLinear_REAL
#define SDL_RenderGetD3D11Device SDL_RenderGetD3D11Device_REAL