Qt Forum

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

    Forum Updated on Feb 6th

    Why glTransformFeedbackVaryings not Exists in QT?

    General and Desktop
    2
    5
    1636
    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.
    • W
      wwolff last edited by

      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 Reply Quote 0
      • N
        napajejenunedk0 last edited by

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

        1 Reply Last reply Reply Quote 0
        • W
          wwolff last edited by

          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 Reply Quote 0
          • N
            napajejenunedk0 last edited by

            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 Reply Quote 0
            • W
              wwolff last edited by

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

              Regards.

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