Thanks. Sorry for late reply. I don't know what Cairo expect as there is no example that covers Windows... Only thing I know is that Cairo works on OpenGL 2 and that there is no way to create OpenGL 2 context specifically as this was added in OpenGL 3.DNAdisaster wrote: Unfortunately I don't have any experience with Cairo, so I can't offer much help. Perhaps Cairo expects a specific version of OpenGL to be used? With GLFW you can request a specific version of OpenGL using glfwWindowHint:Code: Select all
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 1);
Who uses WDL/IPlug to build their plugins?
- KVRist
- Topic Starter
- 448 posts since 11 May, 2016 from Serbia
Website: https://youlean.co/
- KVRist
- Topic Starter
- 448 posts since 11 May, 2016 from Serbia
Thanks. I will add this to the list.martin_l wrote:My (MLVST) PG-8X is built with a slightly modified version of WLD-OL.
Martin
Website: https://youlean.co/
-
- KVRian
- 601 posts since 18 Feb, 2011 from Italy
BTW every HoRNet plugin is made with an custom branch of IPlug/wdl-ol
Saverio
Saverio
My Audio plugins http://www.hornetplugins.com
- KVRist
- Topic Starter
- 448 posts since 11 May, 2016 from Serbia
Thanks, I will add you to the list.HoRNet wrote:BTW every HoRNet plugin is made with an custom branch of IPlug/wdl-ol
Saverio
Website: https://youlean.co/
