#include <SDL_video.h>
Data Fields | |
| Uint32 | format |
| int | w |
| int | h |
| int | planes |
| Uint16 * | pitches |
| Uint8 ** | pixels |
Hardware-specific surface info | |
| struct private_yuvhwfuncs * | hwfuncs |
| struct private_yuvhwdata * | hwdata |
Special flags | |
| Uint32 | hw_overlay:1 |
| Uint32 | UnusedBits:31 |
| Uint32 format |
Read-only
| int h |
Read-only
| Uint32 hw_overlay |
Flag: This overlay hardware accelerated?
| Uint16* pitches |
Read-only
| Uint8** pixels |
Read-write
| int planes |
Read-only
1.5.8