ManaPlus
|
#include <imagevertexes.h>
Public Member Functions | |
ImageVertexes () | |
~ImageVertexes () | |
Data Fields | |
const Image * | image |
OpenGLGraphicsVertexes | ogl |
DoubleRects | sdl |
Definition at line 39 of file imagevertexes.h.
ImageVertexes::ImageVertexes | ( | ) |
ImageVertexes::~ImageVertexes | ( | ) |
const Image* ImageVertexes::image |
Definition at line 48 of file imagevertexes.h.
Referenced by TestLauncher::testDraw(), TestLauncher::testFps3(), MapLayer::updateOGL(), and MapLayer::updateSDL().
OpenGLGraphicsVertexes ImageVertexes::ogl |
Definition at line 50 of file imagevertexes.h.
Referenced by MobileOpenGL2Graphics::finalize(), ModernOpenGLGraphics::finalize(), and MapLayer::updateOGL().
DoubleRects ImageVertexes::sdl |
Definition at line 53 of file imagevertexes.h.
Referenced by ImageVertexes(), and ~ImageVertexes().