Enable OpenGL
-
Hi everyone,
Sorry for the noob question. I am trying to set my foot in some OpenGL shader stuff, but it always gives me the following error:
Interface:! Open GL is not enabledWhat I did so far to solve the problem:
- I've added HISE_USE_OPENGL_FOR_PLUGIN=1 to the Extra Definitions in the Preferences
- I've checked if it is enabled in HISE GeneralSettings.xml, and it is enabled
- I've checked with the Settings.isOpenGLEnabled command,, and it returns "1"
- I've also added a Custom Settings Floating Tile, and set "GraphicRendering" to true, to see if that makes any difference.
I still have the same error message. What am I missing here?
Thanks!
Gábor -
@Gabor-K Gentle bump here, any help would be greatly appreciated.
-
@Gabor-K I had the same problem with a project that uses a shader. I don't know the reason, maybe it's a bug. But sometimes it disappears. I didn't find any problem in the exported plugin.
-
Hi @bendurso !
Thanks for your feedback. I've checked it and you're right, the exported plugin works more correctly (the shader still doesn't move to the sound). However, it's pretty hard to set things up properly without seeing what I am doing.If anyone else has an idea of how to make this work, please let me know.
-
@Gabor-K Have you tried the Use Open GL setting?
-
@CyberGen Oh, I never thought there is a third place where I have to turn it on.
Nevertheless, everything works fine finally! Thanks a lot!