nngn
|
#include <graphics.h>
Public Types | |
enum | Flag : u8 { DEPTH_TEST = 1u << 0 , DEPTH_WRITE = 1u << 1 , CULL_BACK_FACES = 1u << 2 , LINE = 1u << 3 } |
enum class | Type : u8 { TRIANGLE , SPRITE , VOXEL , FONT , TRIANGLE_DEPTH , SPRITE_DEPTH , MAX } |
Public Attributes | |
const char * | name = {} |
Type | type = {} |
Flag | flags = {} |
|
strong |
Flag nngn::Graphics::PipelineConfiguration::flags = {} |
const char* nngn::Graphics::PipelineConfiguration::name = {} |
Type nngn::Graphics::PipelineConfiguration::type = {} |