Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 4612:9a5db97cd569
Advertise support for all supported texture formats.
author | Sunny Sachanandani <sunnysachanandani@gmail.com> |
---|---|
date | Thu, 22 Jul 2010 10:53:41 +0530 |
parents | f7b03b6838cb |
children | 844b5ef4b149 |
line wrap: on
line diff
--- a/include/SDL_video.h Wed Jul 21 23:18:53 2010 +0530 +++ b/include/SDL_video.h Thu Jul 22 10:53:41 2010 +0530 @@ -190,7 +190,7 @@ Uint32 blend_modes; /**< A mask of supported blend modes */ Uint32 scale_modes; /**< A mask of supported scale modes */ Uint32 num_texture_formats; /**< The number of available texture formats */ - Uint32 texture_formats[20]; /**< The available texture formats */ + Uint32 texture_formats[50]; /**< The available texture formats */ int max_texture_width; /**< The maximimum texture width */ int max_texture_height; /**< The maximimum texture height */ } SDL_RendererInfo;