Type for test images.
Defined in SDL_test_images.h
typedef struct SDLTest_SurfaceImage_s { int width; int height; unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */ const char *pixel_data; } SDLTest_SurfaceImage_t;
CategoryAPI, CategoryAPIStruct