mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 01:22:59 +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();
|
||||
bool isSupported() const override;
|
||||
|
||||
bool hasAsyncReprojection() const override { return true; }
|
||||
|
||||
|
||||
// Stereo specific methods
|
||||
void resetSensors() override final;
|
||||
bool beginFrameRender(uint32_t frameIndex) override;
|
||||
|
|
Loading…
Reference in a new issue