Added SDL_GetRenderLogicalPresentationRect()

Fixes https://github.com/libsdl-org/SDL/issues/8815
This commit is contained in:
Sam Lantinga
2024-06-29 14:12:50 -07:00
parent b72c22340e
commit 473257cce6
6 changed files with 107 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ SDL3_0.0.0 {
SDL_GetRenderDrawColorFloat;
SDL_GetRenderDriver;
SDL_GetRenderLogicalPresentation;
SDL_GetRenderLogicalPresentationRect;
SDL_GetRenderMetalCommandEncoder;
SDL_GetRenderMetalLayer;
SDL_GetRenderOutputSize;