mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 23:56:19 +00:00
Fixed compiler warnings on iOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user