MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / VrStereoConfig

Method VrStereoConfig

include/VrStereoConfig.hpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class VrStereoConfig : public ::VrStereoConfig {
12public:
13 VrStereoConfig(const ::VrDeviceInfo& info) { Load(info); }
14
15 VrStereoConfig(const VrStereoConfig&) = delete;
16 VrStereoConfig& operator=(const VrStereoConfig&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected