mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 00:38:12 +00:00
Removed non-float versions of SDL render API drawing functions
This simplifies the API and removes a level of API translation between the int variants of the functions and the float implementation Fixes https://github.com/libsdl-org/SDL/issues/6656
This commit is contained in:
@@ -531,33 +531,23 @@ SDL3_0.0.0 {
|
||||
SDL_RenderClear;
|
||||
SDL_RenderClipEnabled;
|
||||
SDL_RenderFillRect;
|
||||
SDL_RenderFillRectFloat;
|
||||
SDL_RenderFillRects;
|
||||
SDL_RenderFillRectsFloat;
|
||||
SDL_RenderFlush;
|
||||
SDL_RenderGeometry;
|
||||
SDL_RenderGeometryRaw;
|
||||
SDL_RenderGetD3D12Device;
|
||||
SDL_RenderLine;
|
||||
SDL_RenderLineFloat;
|
||||
SDL_RenderLines;
|
||||
SDL_RenderLinesFloat;
|
||||
SDL_RenderLogicalToWindow;
|
||||
SDL_RenderPoint;
|
||||
SDL_RenderPointFloat;
|
||||
SDL_RenderPoints;
|
||||
SDL_RenderPointsFloat;
|
||||
SDL_RenderPresent;
|
||||
SDL_RenderReadPixels;
|
||||
SDL_RenderRect;
|
||||
SDL_RenderRectFloat;
|
||||
SDL_RenderRects;
|
||||
SDL_RenderRectsFloat;
|
||||
SDL_RenderTargetSupported;
|
||||
SDL_RenderTexture;
|
||||
SDL_RenderTextureFloat;
|
||||
SDL_RenderTextureRotated;
|
||||
SDL_RenderTextureRotatedFloat;
|
||||
SDL_RenderWindowToLogical;
|
||||
SDL_ReportAssertion;
|
||||
SDL_ResetAssertionReport;
|
||||
|
Reference in New Issue
Block a user