comparison 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
comparison
equal deleted inserted replaced
4611:a2ed55b5ff85 4612:9a5db97cd569
188 Uint32 flags; /**< Supported ::SDL_RendererFlags */ 188 Uint32 flags; /**< Supported ::SDL_RendererFlags */
189 Uint32 mod_modes; /**< A mask of supported channel modulation */ 189 Uint32 mod_modes; /**< A mask of supported channel modulation */
190 Uint32 blend_modes; /**< A mask of supported blend modes */ 190 Uint32 blend_modes; /**< A mask of supported blend modes */
191 Uint32 scale_modes; /**< A mask of supported scale modes */ 191 Uint32 scale_modes; /**< A mask of supported scale modes */
192 Uint32 num_texture_formats; /**< The number of available texture formats */ 192 Uint32 num_texture_formats; /**< The number of available texture formats */
193 Uint32 texture_formats[20]; /**< The available texture formats */ 193 Uint32 texture_formats[50]; /**< The available texture formats */
194 int max_texture_width; /**< The maximimum texture width */ 194 int max_texture_width; /**< The maximimum texture width */
195 int max_texture_height; /**< The maximimum texture height */ 195 int max_texture_height; /**< The maximimum texture height */
196 } SDL_RendererInfo; 196 } SDL_RendererInfo;
197 197
198 /** 198 /**