mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 23:05:49 +00:00
SDL API renaming: SDL_render.h
Fixes https://github.com/libsdl-org/SDL/issues/6883
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user