Loading...
Searching...
No Matches
hellfire::RenderState Struct Reference

#include <graphics_api.h>

Collaboration diagram for hellfire::RenderState:

Public Attributes

BlendMode blend_mode = BlendMode::NONE
 
DepthTest depth_test = DepthTest::LESS
 
CullMode cull_mode = CullMode::BACK
 
bool depth_write = true
 
bool wireframe = false
 

Detailed Description

Definition at line 31 of file graphics_api.h.

Member Data Documentation

◆ blend_mode

BlendMode hellfire::RenderState::blend_mode = BlendMode::NONE

Definition at line 32 of file graphics_api.h.

◆ cull_mode

CullMode hellfire::RenderState::cull_mode = CullMode::BACK

Definition at line 34 of file graphics_api.h.

◆ depth_test

DepthTest hellfire::RenderState::depth_test = DepthTest::LESS

Definition at line 33 of file graphics_api.h.

◆ depth_write

bool hellfire::RenderState::depth_write = true

Definition at line 35 of file graphics_api.h.

◆ wireframe

bool hellfire::RenderState::wireframe = false

Definition at line 36 of file graphics_api.h.


The documentation for this struct was generated from the following file: