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. Why glTransformFeedbackVaryings not Exists in QT?

Why glTransformFeedbackVaryings not Exists in QT?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.0k 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.
  • W Offline
    W Offline
    wwolff
    wrote on last edited by
    #1

    Hi!

    I´m using QT to develop OpenGL aplications but i cannot use the glTransformFeedbackVaryings function to get my transformations feedback.

    Looking at the function specification, this function start to be a part of core profile from 4.1 version of OpenGL, but in all QOpenGLFunctions Objetcs , many of this functions simply not exists including the 4.1,4.2 and 4.3 objects.

    How can i solve it?

    Kind Reagards.

    1 Reply Last reply
    0
    • napajejenunedk0N Offline
      napajejenunedk0N Offline
      napajejenunedk0
      wrote on last edited by
      #2

      Are you using the wrangler library for extracting OpenGL function pointers?

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wwolff
        wrote on last edited by
        #3

        In fact all my Objects that use OpenGL Commands are being inherited from QOpenGLFunctions Object , including my Widget all the code are working fine, but , now i´m trying collect the transformed vertices from the OpenGL pipeline, But when i try use this function it doesnt find anything...return to me not find the function...

        Kind Regards.

        1 Reply Last reply
        0
        • napajejenunedk0N Offline
          napajejenunedk0N Offline
          napajejenunedk0
          wrote on last edited by
          #4

          Yes ... try using the wrangler library inside your project. Pure OpenGL calls are limited to OpenGL 1.1 (in Windows environment), so to extract pointers to the hardware-implemented functions of your GPU you should make the "GLEW":http://glew.sourceforge.net/ part of your project.

          1 Reply Last reply
          0
          • W Offline
            W Offline
            wwolff
            wrote on last edited by
            #5

            Ok, i will try.
            Thanks so much for your help.

            Regards.

            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