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