raylib-cpp
C++ object-oriented wrapper library for raylib.
|
VR stereo config functions for VR simulator. More...
Public Member Functions | |
VrStereoConfig (const ::VrDeviceInfo &info) | |
~VrStereoConfig () | |
Unload VR stereo config. | |
VrStereoConfig & | BeginMode () |
Begin stereo rendering. | |
VrStereoConfig & | EndMode () |
End stereo rendering. | |
void | Load (const ::VrDeviceInfo &info) |
Load VR stereo config for VR simulator device parameters. | |
void | Unload () |
Unload VR stereo config. | |
Protected Member Functions | |
void | set (const ::VrStereoConfig &config) |
VR stereo config functions for VR simulator.
Definition at line 11 of file VrStereoConfig.hpp.