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

Method Unload

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

* Unload VR stereo config */

Source from the content-addressed store, hash-verified

47 * Unload VR stereo config
48 */
49 void Unload() { ::UnloadVrStereoConfig(*this); }
50protected:
51 void set(const ::VrStereoConfig& config) {
52 projection[0] = config.projection[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected