Page MenuHome

Fix 3D View is red when using stereo
ClosedPublic

Authored by Valdemar Lindberg (Voldie) on Dec 13 2020, 12:19 PM.

Details

Summary

Fix T83415: 3D View is red when using stereo

The red view was caused by SRGB not being enabled for an SRGB texture attached to the framebuffer.
Currently, when configuring a framebuffer, the first texture attachment needs to be an SRGB format in order for the framebuffer to be binded with SRGB enabled.
Thus, simply changing the SRGB texture attachment as the first texture attachment removes the red color in the view.

Diff Detail

Repository
rB Blender

Event Timeline

Valdemar Lindberg (Voldie) requested review of this revision.Dec 13 2020, 12:19 PM
Valdemar Lindberg (Voldie) created this revision.
yourhero (yourhero) retitled this revision from Fix 3D View is red when using stereo to Fix 3D View is red when using stereo CLEMENT.Dec 13 2020, 10:30 PM
Robert Guetzkow (rjg) retitled this revision from Fix 3D View is red when using stereo CLEMENT to Fix 3D View is red when using stereo.Dec 14 2020, 12:00 AM
This revision is now accepted and ready to land.Dec 14 2020, 7:54 AM
This revision was automatically updated to reflect the committed changes.