OSVR-Unity icon indicating copy to clipboard operation
OSVR-Unity copied to clipboard

Don't use MSAA on rendertextures in deferred rendering

Open DuFF14 opened this issue 8 years ago • 0 comments

Add "&& forwardRendering" to this if statement: https://github.com/OSVR/OSVR-Unity/blob/master/OSVR-Unity/Assets/OSVRUnity/src/VREye.cs#L223

MSAA isn't supported in deferred rendering, and if it's turned on in Quality settings, we're seeing some issues with shaders, such as https://github.com/OSVR/OSVR-Unity/issues/228

DuFF14 avatar Apr 27 '17 12:04 DuFF14