zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_BlitFuncEntry Struct Reference

#include <SDL_blit.h>

Public Attributes

int cpu
 
Uint32 dst_format
 
int flags
 
SDL_BlitFunc func
 
Uint32 src_format
 

Detailed Description

Definition at line 75 of file SDL_blit.h.

Member Data Documentation

int SDL_BlitFuncEntry::cpu

Definition at line 80 of file SDL_blit.h.

Referenced by SDL_ChooseBlitFunc().

Uint32 SDL_BlitFuncEntry::dst_format

Definition at line 78 of file SDL_blit.h.

int SDL_BlitFuncEntry::flags

Definition at line 79 of file SDL_blit.h.

SDL_BlitFunc SDL_BlitFuncEntry::func

Definition at line 81 of file SDL_blit.h.

Referenced by SDL_ChooseBlitFunc().

Uint32 SDL_BlitFuncEntry::src_format

Definition at line 77 of file SDL_blit.h.


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