Advertise support for all supported texture formats.

This commit is contained in:
Sunny Sachanandani 2010-07-22 10:53:41 +05:30
parent 5bb07d5c28
commit f517fdfa39
2 changed files with 40 additions and 8 deletions

View file

@ -190,7 +190,7 @@ typedef struct SDL_RendererInfo
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;