Loading...
Searching...
No Matches
graphics_api.h File Reference
#include <cstdint>
Include dependency graph for graphics_api.h:
This graph shows which files directly or indirectly include this file:

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 }