mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 02:15:08 +02:00
Fix Oculus compositing and gamma
This commit is contained in:
parent
029721fd45
commit
39a47b7559
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void OculusDisplayPlugin::hmdPresent() {
|
||||||
{
|
{
|
||||||
gpu::Batch batch;
|
gpu::Batch batch;
|
||||||
batch.enableStereo(false);
|
batch.enableStereo(false);
|
||||||
auto source = _currentFrame->framebuffer;
|
auto source = _compositeFramebuffer;
|
||||||
auto sourceRect = ivec4(ivec2(0), source->getSize());
|
auto sourceRect = ivec4(ivec2(0), source->getSize());
|
||||||
auto dest = _outputFramebuffer;
|
auto dest = _outputFramebuffer;
|
||||||
auto destRect = ivec4(ivec2(0), dest->getSize());
|
auto destRect = ivec4(ivec2(0), dest->getSize());
|
||||||
|
|
Loading…
Reference in a new issue