leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
396 stars 28 forks source link

[Rendering] Investigate post-processing effects #361

Open kanerogers opened 2 years ago

kanerogers commented 2 years ago

Background

Post processing will give us the ability to implement effects like #345 etc.

However, post-processing on the Quest 2 is notoriously slow, given how tight memory bandwidth is on the GPU. Any solution we come up with will need to be thoroughly performance tested.

Reading