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