bjornbytes / lovr

Lua Virtual Reality Framework
https://lovr.org
MIT License
2k stars 138 forks source link

Stereo Image on Desktop headset driver breaks on nVidia GPU. #454

Closed brainrom closed 2 years ago

brainrom commented 3 years ago

Linux, Nvidia driver 465.31. Planes, skyboxes, 3D models have this behavior. When using OpenXR (Monado in my case), all seems OK, and in mirroring window too. sample

bjornbytes commented 3 years ago

Very weird, maybe lovr could set a scissor when drawing each eye to prevent the 'overflow'

bjornbytes commented 3 years ago

This will also definitely be fixed on vulkan. There it always uses the openxr rendering mode (array textures).

bjornbytes commented 3 years ago

Maybe scissor could fix this

bjornbytes commented 2 years ago

Works okay on nouveau