Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add SDL_MEMALIGNED flag for SDL_Surface using aligned memory.
If an SDL_Surface has an aligned memory pointers, it should be freed using SDL_SIMDFree() (will be used by SDL_ttf).
- Loading branch information
Showing
with
10 additions
and 2 deletions.
- +1 −0 include/SDL_surface.h
- +9 −2 src/video/SDL_surface.c