ManaPlus
|
#include "render/modernopenglgraphics.h"
#include "graphicsmanager.h"
#include "render/opengl/mgl.h"
#include "render/shaders/shaderprogram.h"
#include "render/shaders/shadersmanager.h"
#include "render/vertexes/imagecollection.h"
#include "resources/imagerect.h"
#include "resources/openglimagehelper.h"
#include "resources/image/image.h"
#include "utils/delete2.h"
#include "utils/foreach.h"
#include "utils/sdlcheckutils.h"
#include "utils/sdlhelper.h"
#include "debug.h"
#include "render/graphics_drawImageRect.hpp"
#include "render/graphics_calcImageRect.hpp"
Go to the source code of this file.
Macros | |
#define | vertFill2D(var, x1, y1, x2, y2, dstX, dstY, w, h) |
#define vertFill2D | ( | var, | |
x1, | |||
y1, | |||
x2, | |||
y2, | |||
dstX, | |||
dstY, | |||
w, | |||
h | |||
) |
Definition at line 53 of file modernopenglgraphics.cpp.