Replies: 2 comments 2 replies
-
That's not enough information. How do you create the swap chain? And are you using Qt on Android? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok, I upgraded the qt's verson from 5.12.12 to 5.15.2, and it can work.Hope this is useful for somebody. |
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
-
I use the filament's native library with Qt5.12 develp an app, it run well under ubuntu 18.04;but under the android platform, it crash.I found that these codes cause the crash.
if (renderer_->beginFrame(swap_chain_)) {
renderer_->render(view_);//this line
renderer_->endFrame();//this line
engine_->flushAndWait();//this line
}
the swap_chain_ is created by native window handle, has anyone encountered a similar problem?
Beta Was this translation helpful? Give feedback.
All reactions