mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 23:33:34 +02:00
remove redundant getRenderTexturePipeline() override from HMD display plugin
This commit is contained in:
parent
e6abaf76f3
commit
f52376563d
2 changed files with 0 additions and 6 deletions
libraries/display-plugins/src/display-plugins/hmd
|
@ -174,10 +174,6 @@ float HmdDisplayPlugin::getLeftCenterPixel() const {
|
|||
return leftCenterPixel;
|
||||
}
|
||||
|
||||
gpu::PipelinePointer HmdDisplayPlugin::getRenderTexturePipeline() {
|
||||
return _drawTexturePipeline;
|
||||
}
|
||||
|
||||
void HmdDisplayPlugin::internalPresent() {
|
||||
PROFILE_RANGE_EX(render, __FUNCTION__, 0xff00ff00, (uint64_t)presentCount())
|
||||
|
||||
|
|
|
@ -51,8 +51,6 @@ public:
|
|||
std::function<void(gpu::Batch&, const gpu::TexturePointer&)> getHUDOperator() override;
|
||||
virtual StencilMaskMode getStencilMaskMode() const override { return StencilMaskMode::PAINT; }
|
||||
|
||||
virtual gpu::PipelinePointer getRenderTexturePipeline() override;
|
||||
|
||||
signals:
|
||||
void hmdMountedChanged();
|
||||
void hmdVisibleChanged(bool visible);
|
||||
|
|
Loading…
Reference in a new issue