(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_BlitMap

An opaque type used in SDL_Surface.

Header File

Defined in <SDL3/SDL_surface.h>

Syntax

typedef struct SDL_BlitMap SDL_BlitMap;

Remarks

This is used by SDL to keep track of how blit operations should work internally; it is not for use directly by applications.

Version

This struct is available since SDL 3.0.0.


CategoryAPI, CategoryAPIStruct, CategorySurface