You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently sized to the entire display size, when really it only gets one eye rendered into it at a time. This is a waste of memory. Either write the warp shader to operate on the entire render target and render both eyes into it before compositing, or halve the size of the RT.
The text was updated successfully, but these errors were encountered:
It's currently sized to the entire display size, when really it only gets one eye rendered into it at a time. This is a waste of memory. Either write the warp shader to operate on the entire render target and render both eyes into it before compositing, or halve the size of the RT.
The text was updated successfully, but these errors were encountered: