SDL 2.0
SDLTest_SurfaceImage_t Struct Reference

#include <SDL_test_images.h>

Data Fields

int width
 
int height
 
unsigned int bytes_per_pixel
 
const char * pixel_data
 

Detailed Description

Type for test images.

Definition at line 50 of file SDL_test_images.h.

Field Documentation

◆ bytes_per_pixel

unsigned int SDLTest_SurfaceImage_t::bytes_per_pixel

Definition at line 53 of file SDL_test_images.h.

◆ height

int SDLTest_SurfaceImage_t::height

Definition at line 52 of file SDL_test_images.h.

◆ pixel_data

const char* SDLTest_SurfaceImage_t::pixel_data

Definition at line 54 of file SDL_test_images.h.

◆ width

int SDLTest_SurfaceImage_t::width

Definition at line 51 of file SDL_test_images.h.


The documentation for this struct was generated from the following file: