#include <cstdint>Go to the source code of this file.
Classes | |
| struct | hellfire::RenderState |
| struct | hellfire::ShadowSettings |
| class | hellfire::IGraphicsContext |
| Abstract graphics context. More... | |
Namespaces | |
| namespace | hellfire |
Enumerations | |
| enum class | hellfire::BlendMode { hellfire::NONE , hellfire::ALPHA , hellfire::ADDITIVE , hellfire::MULTIPLY } |
| enum class | hellfire::DepthTest { hellfire::DISABLED , hellfire::LESS , hellfire::LESS_EQUAL , hellfire::GREATER , hellfire::EQUAL } |
| enum class | hellfire::CullMode { hellfire::NONE , hellfire::FRONT , hellfire::BACK , hellfire::FRONT_AND_BACK } |