Fixed compiler warnings on iOS
This commit is contained in:
parent
11238fe16a
commit
ad1fe92296
5 changed files with 10 additions and 12 deletions
|
@ -80,7 +80,7 @@ typedef struct GLES2_TextureData
|
|||
GLenum pixel_format;
|
||||
GLenum pixel_type;
|
||||
void *pixel_data;
|
||||
size_t pitch;
|
||||
int pitch;
|
||||
/* YV12 texture support */
|
||||
SDL_bool yuv;
|
||||
GLenum texture_v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue