ManaPlus
Variables
rendererslistsdl.h File Reference

(986a3bf)

#include "utils/gettext.h"
#include "render/renderers.h"

Go to the source code of this file.

Variables

const RenderType indexToRender []
 
const char * OPENGL_NAME []
 
const int renderModesListSize = 6
 
const int renderToIndex []
 

Variable Documentation

◆ indexToRender

const RenderType indexToRender[]
Initial value:
=
{
}
@ RENDER_SAFE_OPENGL
Definition: rendertype.h:29
@ RENDER_GLES2_OPENGL
Definition: rendertype.h:33
@ RENDER_GLES_OPENGL
Definition: rendertype.h:30
@ RENDER_MODERN_OPENGL
Definition: rendertype.h:32
@ RENDER_NORMAL_OPENGL
Definition: rendertype.h:28
@ RENDER_SOFTWARE
Definition: rendertype.h:27

Definition at line 105 of file rendererslistsdl.h.

Referenced by Setup_Video::apply().

◆ OPENGL_NAME

const char* OPENGL_NAME[]
Initial value:
=
{
(const_cast <char*>( "Software" )),
(const_cast <char*>( "Normal OpenGL" )),
(const_cast <char*>( "Safe OpenGL" )),
(const_cast <char*>( "Mobile OpenGL ES" )),
(const_cast <char*>( "Modern OpenGL" )),
(const_cast <char*>( "Mobile OpenGL ES 2" )),
}

Definition at line 115 of file rendererslistsdl.h.

Referenced by OpenGLListModel::getElementAt().

◆ renderModesListSize

const int renderModesListSize = 6

Definition at line 131 of file rendererslistsdl.h.

Referenced by OpenGLListModel::getNumberOfElements().

◆ renderToIndex

const int renderToIndex[]
Initial value:
=
{
0,
1,
2,
3,
0,
4,
5
}

Definition at line 133 of file rendererslistsdl.h.

Referenced by Setup_Video::action(), Setup_Video::cancel(), and Setup_Video::Setup_Video().