* Unload VR stereo config */
| 47 | * Unload VR stereo config |
| 48 | */ |
| 49 | void Unload() { ::UnloadVrStereoConfig(*this); } |
| 50 | protected: |
| 51 | void set(const ::VrStereoConfig& config) { |
| 52 | projection[0] = config.projection[0]; |
nothing calls this directly
no outgoing calls
no test coverage detected