Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    QopenglWidget paintgl issue on imx6

    Mobile and Embedded
    1
    1
    321
    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.
    • S
      satyanarayana last edited by satyanarayana

      I am new to Qt and below is Qt sample code which we are using with QopenglWidget as base class
      void updatebuf()
      {
      update();
      }
      void paintGL()
      {
      /// opengl paint calls..
      }
      Call from update to paintgl is getting delayed when ever some activity happens on display. So i was wondering if it possible to call paintgl directly and use it for drawing opengl display calls to compensate for delay from update to paintGL.

      Please do let me know your thoughts on this.....

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