-
I'm wondering if there is any guidance for setting up magnum with a JUCE VST OpenGL context. I'm trying to get Magnum to adopt the JUCE context, which it seems to, but I'm only able to get render output from magnum if I use the default OpenGL Version (which seems to default to 2.1 on my MBP), and I'd like to use a newer version to take advantage of modern features. When I use JUCE setOpenGLVersion to anything other than default I no longer get output. When I check the magnum context GL versions it logs correctly. Sorry if this is more of a JUCE question than a Magnum question but figured I'd try here first. For reference I am manually building from source using a cmake that looks like this
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I ended up figuring things out and posted a repo here for anyone looking in the future: |
Beta Was this translation helpful? Give feedback.
I ended up figuring things out and posted a repo here for anyone looking in the future:
https://github.com/ibenilsen/juce-magnum-example