#include "transformobject.h"
#include "texturesdl.h"
#include "textureogl.h"
#include "color.h"
Namespaces | |
namespace | EPOC |
Classes | |
class | EPOC::GraphicsUVData |
class | EPOC::GraphicsObject |
Variables | |
const unsigned int | EPOC::BLEND_ZERO = GL_ZERO |
const unsigned int | EPOC::BLEND_ONE = GL_ONE |
const unsigned int | EPOC::BLEND_SRC_COLOR = GL_SRC_COLOR |
const unsigned int | EPOC::BLEND_DST_COLOR = GL_DST_COLOR |
const unsigned int | EPOC::BLEND_ONE_MINUS_SRC_COLOR = GL_ONE_MINUS_SRC_COLOR |
const unsigned int | EPOC::BLEND_ONE_MINUS_DST_COLOR = GL_ONE_MINUS_DST_COLOR |
const unsigned int | EPOC::BLEND_SRC_ALPHA = GL_SRC_ALPHA |
const unsigned int | EPOC::BLEND_DST_ALPHA = GL_DST_ALPHA |
const unsigned int | EPOC::BLEND_ONE_MINUS_SRC_ALPHA = GL_ONE_MINUS_SRC_ALPHA |
const unsigned int | EPOC::BLEND_ONE_MINUS_DST_ALPHA = GL_ONE_MINUS_DST_ALPHA |
const unsigned int | EPOC::BLEND_CONSTANT_COLOR = GL_CONSTANT_COLOR |
const unsigned int | EPOC::BLEND_CONSTANT_ALPHA = GL_CONSTANT_ALPHA |
const unsigned int | EPOC::BLEND_ONE_MINUS_CONSTANT_COLOR = GL_ONE_MINUS_CONSTANT_COLOR |
const unsigned int | EPOC::BLEND_ONE_MINUS_CONSTANT_ALPHA = GL_ONE_MINUS_CONSTANT_ALPHA |
const unsigned int | EPOC::BLEND_SRC_ALPHA_SATURATE = GL_SRC_ALPHA_SATURATE |