|
SDL
2.0
|
#include <SDL_blit.h>
Collaboration diagram for SDL_BlitFuncEntry:Data Fields | |
| Uint32 | src_format |
| Uint32 | dst_format |
| int | flags |
| int | cpu |
| SDL_BlitFunc | func |
Definition at line 75 of file SDL_blit.h.
| 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.