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. OpenGL ES dashed line in Qt

OpenGL ES dashed line in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 537 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.
  • V Offline
    V Offline
    Vitaliy
    wrote on last edited by
    #1

    It took a dotted line. For this you need this:

    glLineStipple(1, 0xAAAA);
    glDrawArrays(GL_LINE_STRIP, 0, 4);
    

    But it does not compile. Does not find implementation of the function in QOpenGLFunctions. Although it is standard. And the problem is in Qt, I draw in QQuickFramebufferObject.
    Can anyone help me?

    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