SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_Surface * | SDLTest_ImagePrimitives () |
Returns the Primitives test image as SDL_Surface. More... | |
Variables | |
static const SDLTest_SurfaceImage_t | SDLTest_imagePrimitives |
SDL_Surface* SDLTest_ImagePrimitives | ( | void | ) |
Returns the Primitives test image as SDL_Surface.
Definition at line 491 of file SDL_test_imagePrimitives.c.
References SDLTest_SurfaceImage_t::bytes_per_pixel, SDLTest_SurfaceImage_t::height, SDLTest_SurfaceImage_t::pixel_data, SDL_BIG_ENDIAN, SDL_BYTEORDER, SDL_CreateRGBSurfaceFrom, and SDLTest_SurfaceImage_t::width.
Referenced by render_testPrimitives().
|
static |
Definition at line 27 of file SDL_test_imagePrimitives.c.