SDL 2.0
|
#include <SDL_test_images.h>
Data Fields | |
int | width |
int | height |
unsigned int | bytes_per_pixel |
const char * | pixel_data |
Type for test images.
Definition at line 50 of file SDL_test_images.h.
unsigned int SDLTest_SurfaceImage_t::bytes_per_pixel |
Definition at line 53 of file SDL_test_images.h.
int SDLTest_SurfaceImage_t::height |
Definition at line 52 of file SDL_test_images.h.
const char* SDLTest_SurfaceImage_t::pixel_data |
Definition at line 54 of file SDL_test_images.h.
int SDLTest_SurfaceImage_t::width |
Definition at line 51 of file SDL_test_images.h.