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