SDL  2.0
SDL_WindowTextureData Struct Reference
+ Collaboration diagram for SDL_WindowTextureData:

Data Fields

SDL_Rendererrenderer
 
SDL_Texturetexture
 
voidpixels
 
int pitch
 
int bytes_per_pixel
 

Detailed Description

Definition at line 160 of file SDL_video.c.

Field Documentation

◆ bytes_per_pixel

int SDL_WindowTextureData::bytes_per_pixel

Definition at line 165 of file SDL_video.c.

Referenced by SDL_CreateWindowTexture(), and SDL_UpdateWindowTexture().

◆ pitch

int SDL_WindowTextureData::pitch

Definition at line 164 of file SDL_video.c.

Referenced by SDL_CreateWindowTexture(), and SDL_UpdateWindowTexture().

◆ pixels

void* SDL_WindowTextureData::pixels

◆ renderer

SDL_Renderer* SDL_WindowTextureData::renderer

◆ texture

SDL_Texture* SDL_WindowTextureData::texture

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