arsa  2.7
Public Attributes | List of all members
SDLTest_SurfaceImage_s Struct Reference

#include <SDL_test_images.h>

Public Attributes

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.

Member Data Documentation

◆ bytes_per_pixel

unsigned int SDLTest_SurfaceImage_s::bytes_per_pixel

Definition at line 53 of file SDL_test_images.h.

◆ height

int SDLTest_SurfaceImage_s::height

Definition at line 52 of file SDL_test_images.h.

◆ pixel_data

const char* SDLTest_SurfaceImage_s::pixel_data

Definition at line 54 of file SDL_test_images.h.

◆ width

int SDLTest_SurfaceImage_s::width

Definition at line 51 of file SDL_test_images.h.


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