Actions
Bug #132
closedsdl3: create_surf_with_format(): Use SDL_CreateSurface()
Start date:
01/05/2024
Due date:
% Done:
0%
Estimated time:
Description
sdl3-client create_surf_with_format() currently calls SDL_CreateSurfaceFrom() which would require caller side handling of the pixels data, and passing correct pitch too. Instead of trying to implement that, just use SDL_CreateSurface()
Files
Updated by Marko Lindqvist 11 months ago
- File 0026-sdl3-Base-create_surf_with_format-on-SDL_CreateSurfa.patch 0026-sdl3-Base-create_surf_with_format-on-SDL_CreateSurfa.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 11 months ago
- Status changed from In Review to Closed
Actions