Skip to content

Instantly share code, notes, and snippets.

@jherico
Created March 25, 2014 19:08
Show Gist options
  • Save jherico/9768955 to your computer and use it in GitHub Desktop.
Save jherico/9768955 to your computer and use it in GitHub Desktop.
// In your class
OVR::Ptr<OVR::LatencyTestDevice> ovrLatencyTester;
OVR::Util::LatencyTest ovrLatencyTest;
// In your constructor
ovrLatencyTester = *ovrManager->EnumerateDevices<OVR::LatencyTestDevice>().CreateDevice();
if (ovrLatencyTester) {
ovrLatencyTest.SetDevice(ovrLatencyTester);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment