Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    How to check if OpenGL is activated?

    Mobile and Embedded
    2
    3
    1275
    Loading More Posts
    • 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.
    • A
      andyj25 last edited by

      Hi,

      I'm running an embedded board based on the TI AM3517.

      I'm using a filesystem provided with a Texas Instruments SDK. When I'm running Linux on this board, is there a command to check if OpenGL is activated?

      Andrew

      1 Reply Last reply Reply Quote 0
      • A
        andyj25 last edited by

        Sorry folks, I've got it. I needed to install OpenGL drivers via the Graphics SDK.

        1 Reply Last reply Reply Quote 0
        • K
          kegon last edited by

          if(QGLFormat::hasOpenGL()) ...

          1 Reply Last reply Reply Quote 0
          • First post
            Last post