VSF Documented
|
#include <SDL.h>
Public Types | |
enum | { SDL_PREALLOC = 1 << 0 , SDL_SIMD_ALIGNED = 1 << 1 } |
Public Member Functions | |
uint32_t __pixels[0] | VSF_CAL_ALIGN (4) |
Data Fields | |
SDL_PixelFormat * | format |
SDL_Rect | clip_rect |
int | w |
int | h |
int | pitch |
enum SDL_Surface:: { ... } | flags |
SDL_BlendMode | blend |
SDL_PixelFormat | __format |
void * | pixels |
uint32_t __pixels[0] SDL_Surface::VSF_CAL_ALIGN | ( | 4 | ) |
SDL_PixelFormat* SDL_Surface::format |
SDL_Rect SDL_Surface::clip_rect |
int SDL_Surface::w |
int SDL_Surface::h |
int SDL_Surface::pitch |
enum { ... } SDL_Surface::flags |
SDL_BlendMode SDL_Surface::blend |
SDL_PixelFormat SDL_Surface::__format |
void* SDL_Surface::pixels |