Issue running game RTTexture (NGCanvas) #1163
Answered
by
AlmasB
jvondermarck
asked this question in
Q&A
-
Hi, do you know the solution to this issue below ? Is that because we're running out of VRAM ? Do you know what would be the solution ? Two people from my project got this issue :
|
Beta Was this translation helpful? Give feedback.
Answered by
AlmasB
Apr 1, 2022
Replies: 1 comment 1 reply
-
Looks like you are rendering something that is a bit too big for JavaFX. So you may wish to check all things that go directly to the screen. Any image / render object with size larger than 1920x1080 could be an issue, I'd start there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jvondermarck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like you are rendering something that is a bit too big for JavaFX. So you may wish to check all things that go directly to the screen. Any image / render object with size larger than 1920x1080 could be an issue, I'd start there.