opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations
camera_clear_flags.h File Reference
#include <liboscar/utilities/flags.h>
#include <cstdint>
Include dependency graph for camera_clear_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Typedefs

using osc::CameraClearFlags = Flags< CameraClearFlag >
 

Enumerations

enum class  osc::CameraClearFlag : uint8_t {
  osc::None = 0 , osc::SolidColor = 1<<0 , osc::Depth = 1<<1 , osc::All = SolidColor | Depth ,
  osc::Default = SolidColor | Depth
}