Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QopenglWidget paintgl issue on imx6

QopenglWidget paintgl issue on imx6

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 417 Views
  • 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
    satyanarayana
    wrote on last edited by satyanarayana
    #1

    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
    0

    • Login

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