My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_RendererInfo Struct Reference

Information on the capabilities of a render driver or context. More...

#include <SDL_render.h>

Public Attributes

const char * name
 
Uint32 flags
 
Uint32 num_texture_formats
 
Uint32 texture_formats [16]
 
int max_texture_width
 
int max_texture_height
 

Detailed Description

Information on the capabilities of a render driver or context.

Member Data Documentation

Uint32 SDL_RendererInfo::flags

Supported SDL_RendererFlags

int SDL_RendererInfo::max_texture_height

The maximum texture height

int SDL_RendererInfo::max_texture_width

The maximum texture width

const char* SDL_RendererInfo::name

The name of the renderer

Uint32 SDL_RendererInfo::num_texture_formats

The number of available texture formats

Uint32 SDL_RendererInfo::texture_formats[16]

The available texture formats


The documentation for this struct was generated from the following file: