#include <graphics_api.h>
Public Attributes | |
| BlendMode | blend_mode = BlendMode::NONE |
| DepthTest | depth_test = DepthTest::LESS |
| CullMode | cull_mode = CullMode::BACK |
| bool | depth_write = true |
| bool | wireframe = false |
Definition at line 31 of file graphics_api.h.
| BlendMode hellfire::RenderState::blend_mode = BlendMode::NONE |
Definition at line 32 of file graphics_api.h.
| CullMode hellfire::RenderState::cull_mode = CullMode::BACK |
Definition at line 34 of file graphics_api.h.
| DepthTest hellfire::RenderState::depth_test = DepthTest::LESS |
Definition at line 33 of file graphics_api.h.
| bool hellfire::RenderState::depth_write = true |
Definition at line 35 of file graphics_api.h.
| bool hellfire::RenderState::wireframe = false |
Definition at line 36 of file graphics_api.h.