SDL API renaming: SDL_render.h

Fixes https://github.com/libsdl-org/SDL/issues/6883
This commit is contained in:
Sam Lantinga
2022-12-28 19:40:31 -08:00
parent ea0c2f55be
commit 80890f3aae
8 changed files with 24 additions and 10 deletions

View File

@@ -763,6 +763,12 @@ The following functions have been renamed:
* SDL_UpperBlit => SDL_BlitSurface
* SDL_UpperBlitScaled => SDL_BlitSurfaceScaled
## SDL_system.h
The following functions have been renamed:
* SDL_RenderGetD3D11Device => SDL_GetRenderD3D11Device
* SDL_RenderGetD3D9Device => SDL_GetRenderD3D9Device
## SDL_syswm.h
This header no longer includes platform specific headers and type definitions, instead allowing you to include the ones appropriate for your use case. You should define one or more of the following to enable the relevant platform-specific support: