SDL
2.0
|
Data Fields | |
SDL_Renderer * | renderer |
SDL_Texture * | texture |
void * | pixels |
int | pitch |
int | bytes_per_pixel |
Definition at line 151 of file SDL_video.c.
int SDL_WindowTextureData::bytes_per_pixel |
Definition at line 156 of file SDL_video.c.
Referenced by SDL_CreateWindowTexture(), and SDL_UpdateWindowTexture().
int SDL_WindowTextureData::pitch |
Definition at line 155 of file SDL_video.c.
Referenced by SDL_CreateWindowTexture(), and SDL_UpdateWindowTexture().
void* SDL_WindowTextureData::pixels |
Definition at line 154 of file SDL_video.c.
Referenced by SDL_CreateWindowTexture(), SDL_DestroyWindowTexture(), and SDL_UpdateWindowTexture().
SDL_Renderer* SDL_WindowTextureData::renderer |
Definition at line 152 of file SDL_video.c.
Referenced by SDL_CreateWindowTexture(), SDL_DestroyWindowTexture(), and SDL_UpdateWindowTexture().
SDL_Texture* SDL_WindowTextureData::texture |
Definition at line 153 of file SDL_video.c.
Referenced by SDL_CreateWindowTexture(), SDL_DestroyWindowTexture(), and SDL_UpdateWindowTexture().