cancel
Showing results for 
Search instead for 
Did you mean: 

Oculus Quest - huge render textures in rendering profiler

nergethic
Honored Guest
Rendering empty scene (solid color) in Unity 2019.1.10f takes Quest's GPU around 10ms.
After further profiling I discovered that there are 4 render textures (I'm guessing color and depth for each eye) and that they take almost 300MB of space.

87covxoaoy1j.png

Snapdragon Profiler showed that texture memory read is often up to 6.25 MB/s.
Profiling the game with Renderdoc didn't show any huge textures, eye textures were taking around 13.07MB (1216x1344)
What could be the cause of this?
1 ACCEPTED SOLUTION

Accepted Solutions

nergethic
Honored Guest
Updating Unity to version 2019.2.0f1 soled the problem.

View solution in original post

1 REPLY 1

nergethic
Honored Guest
Updating Unity to version 2019.2.0f1 soled the problem.