Commit 7402b3f6 by Jamie Madill Committed by Commit Bot

Capture/Replay: Disable swap limit in sample.

This allows us to use the sample for benchmarking. Bug: angleproject:5040 Change-Id: I9177d04b270a0588dc5f261918eb27b0bc734256 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2408716 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
parent ba7f8913
...@@ -45,8 +45,6 @@ class CaptureReplaySample : public SampleApplication ...@@ -45,8 +45,6 @@ class CaptureReplaySample : public SampleApplication
} }
SetBinaryDataDir(ANGLE_CAPTURE_REPLAY_SAMPLE_DATA_DIR); SetBinaryDataDir(ANGLE_CAPTURE_REPLAY_SAMPLE_DATA_DIR);
SetupContextReplay(); SetupContextReplay();
eglSwapInterval(getDisplay(), 1);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment