add async reprojection stat to oculus too

This commit is contained in:
Brad Hefta-Gaub 2016-10-27 14:00:30 -07:00
parent bfe6ebb44f
commit 6d94df346f

View file

@ -19,6 +19,9 @@ public:
~OculusBaseDisplayPlugin();
bool isSupported() const override;
bool hasAsyncReprojection() const override { return true; }
// Stereo specific methods
void resetSensors() override final;
bool beginFrameRender(uint32_t frameIndex) override;