opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
graphics
cull_mode.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
osc
6
{
7
enum class
CullMode
:
uint8_t
{
8
Off
,
9
Front
,
10
Back
,
11
NUM_OPTIONS
,
12
13
Default
=
Off
,
14
};
15
}
osc
Definition
custom_decoration_generator.h:5
osc::CullMode
CullMode
Definition
cull_mode.h:7
osc::CullMode::Back
@ Back
osc::CullMode::Front
@ Front
osc::CullMode::Off
@ Off
osc::BlendingEquation::NUM_OPTIONS
@ NUM_OPTIONS
osc::to
constexpr U to(T &&value)
Definition
conversion.h:56
osc::OBJWriterFlag::Default
@ Default
Generated by
1.9.8