mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
add async reprojection stat to oculus too
This commit is contained in:
parent
bfe6ebb44f
commit
6d94df346f
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ public:
|
||||||
~OculusBaseDisplayPlugin();
|
~OculusBaseDisplayPlugin();
|
||||||
bool isSupported() const override;
|
bool isSupported() const override;
|
||||||
|
|
||||||
|
bool hasAsyncReprojection() const override { return true; }
|
||||||
|
|
||||||
|
|
||||||
// Stereo specific methods
|
// Stereo specific methods
|
||||||
void resetSensors() override final;
|
void resetSensors() override final;
|
||||||
bool beginFrameRender(uint32_t frameIndex) override;
|
bool beginFrameRender(uint32_t frameIndex) override;
|
||||||
|
|
Loading…
Reference in a new issue