mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:23:00 +02:00
fix debug build: stub pure virtual function
This commit is contained in:
parent
18be917358
commit
8dafc30bf9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
||||||
bool hasFocus() const override;
|
bool hasFocus() const override;
|
||||||
void submitFrame(const gpu::FramePointer& newFrame) override;
|
void submitFrame(const gpu::FramePointer& newFrame) override;
|
||||||
QImage getScreenshot(float aspectRatio = 0.0f) const override;
|
QImage getScreenshot(float aspectRatio = 0.0f) const override;
|
||||||
|
void copyTextureToQuickFramebuffer(NetworkTexturePointer source, QOpenGLFramebufferObject* target, GLsync* fenceSync) override {};
|
||||||
private:
|
private:
|
||||||
static const QString NAME;
|
static const QString NAME;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue