Failing calling glGetIntegerv #5936
brad-colbert
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
To provide a bit more detail of my configuration. Here are my GLFW windws (context) settings:
And libraries I'm linking: GLESv2 wayland-client glfw3 m My includes:
IMGUI setup:
Before the tight loop:
In the tight loop:
In the tight loop after some of my stuff:
|
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
-
Hello,
I'm trying to run on an SBC that has an ARM Mali-G610.
The OS is Ubuntu 22.04 and I'm trying to run with a GLES 3.2 context.
My application uses glfw on Wayland and runs fine as is but I want to have some gui components and I'm not having much success finding the proper configuration for imgui to start up correctly (and be accelerated).
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions