Replies: 1 comment 4 replies
-
You can set the buffer size on @pixelflinger can answer the question about 30 fps. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am looking into improving the performance of rendering on lower end devices.
So far I know what can help is:
Other optimisations that should be possible, but I don't understand how to do are:
So I set the refresh rate:
And then set for the target FPS the interval to
2
, so we have 2 / 60 = 30 FPSHowever that doesn't seem to change anything. I also tried setting the interval to 60, so effectively this should only render 1 frame per second, however, it keeps on rendering as fast as possible. Is this a bug or am I missing anything?
Beta Was this translation helpful? Give feedback.
All reactions