|
opynsim
Unofficial C++ Documentation
|
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 } |