SDL  2.0
SDL_SW_YUVTexture Struct Reference

#include <SDL_yuv_sw_c.h>

+ Collaboration diagram for SDL_SW_YUVTexture:

Data Fields

Uint32 format
 
Uint32 target_format
 
int w
 
int h
 
Uint8pixels
 
Uint16 pitches [3]
 
Uint8planes [3]
 
SDL_Surfacestretch
 
SDL_Surfacedisplay
 

Detailed Description

Definition at line 27 of file SDL_yuv_sw_c.h.

Field Documentation

◆ display

SDL_Surface* SDL_SW_YUVTexture::display

Definition at line 40 of file SDL_yuv_sw_c.h.

Referenced by SDL_SW_CopyYUVToRGB(), and SDL_SW_DestroyYUVTexture().

◆ format

◆ h

◆ pitches

◆ pixels

◆ planes

◆ stretch

SDL_Surface* SDL_SW_YUVTexture::stretch

Definition at line 39 of file SDL_yuv_sw_c.h.

Referenced by SDL_SW_CopyYUVToRGB(), and SDL_SW_DestroyYUVTexture().

◆ target_format

Uint32 SDL_SW_YUVTexture::target_format

Definition at line 30 of file SDL_yuv_sw_c.h.

Referenced by SDL_SW_CopyYUVToRGB(), and SDL_SW_CreateYUVTexture().

◆ w


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