File stereo_presentation.hpp
File List > data_format > stereo_presentation.hpp
Go to the documentation of this file
#pragma once
#include
namespace ILLIXR::data_format {
enum class stereo_presentation_mode : std::uint8_t {
stereo_fullscreen = 0,
mono_panel = 1,
head_locked_panel = 2,
};
} // namespace ILLIXR::data_format