Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using native OpenGL library with QOpenGLWindow
Forum Updated to NodeBB v4.3 + New Features

Using native OpenGL library with QOpenGLWindow

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 544 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Schick
    wrote on last edited by
    #1

    I am using a library that depends on OpenGL ES (embedded)/OpenGL 4.0 (Desktop). The library does not manage the OpenGL context by its own, thus an OpenGL context must be created and made active during all calls to the library. The library itself must not depend on Qt since it is used in some other projects as well.

    Our Windows port should be passed on Qt. I far as I understand does Qt 5.5 chose the render framework (Angle, OpenGL, Software) during startup.

    I would like to have the library evaluate the OpenGL calls during runtime. Thus the library itself should not be linked against OpenGL or OpenGL ES. How do I select the correct OpenGL calls during startup? Is there something like Glew, that helps me on that?

    Best, Fred

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved