Blender Git Loki
Git Commits -> Revision 69c3f4a
Revision 69c3f4a by Valdemar Lindberg (master) December 16, 2020, 13:21 (GMT) |
Fix 3D View is red when using stereo 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. Reviewed By: #eevee_viewport, jbakker Maniphest Tasks: T83415 Differential Revision: https://developer.blender.org/D9845 |
Commit Details:
Full Hash: 69c3f4a46d4621300ca2aa3ab778b24cb1713e95
Parent Commit: 29f923b
Committed By: Jeroen Bakker
Lines Changed: +3, -3
1 Modified Path:
/source/blender/gpu/intern/gpu_viewport.c (+3, -3) (Diff)