Replies: 1 comment
-
Realized this is what |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I have the following code in my init of bgfx:
and the following at the top of my render loop:
between the init and render loop, I'm currently allowing the widow to be resized dynamically and am calling the
setViewRect
to update the viewport resolution.However, this leaves the back-buffer's resolution out of sync. Best as I can tell, the only place to update it is in the init. Is there a way to update it afterwards?
Beta Was this translation helpful? Give feedback.
All reactions