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
Actions