My Project
Loading...
Searching...
No Matches
SDL_RendererInfo Struct Reference

#include <SDL_render.h>

Data Fields

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.

Field Documentation

◆ flags

Uint32 flags

Supported SDL_RendererFlags

◆ max_texture_height

int max_texture_height

The maximum texture height

◆ max_texture_width

int max_texture_width

The maximum texture width

◆ name

const char* name

The name of the renderer

◆ num_texture_formats

Uint32 num_texture_formats

The number of available texture formats

◆ texture_formats

Uint32 texture_formats[16]

The available texture formats


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