Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. opengl es
    Log in to post

    • UNSOLVED Canvas3D: gl.UNSIGNED_INT extension type doesn't exist?
      QML and Qt Quick • opengl es webgl • • Stefan Monov76  

      1
      0
      Votes
      1
      Posts
      435
      Views

      No one has replied

    • Qt Quick: When a Canvas3D element is deleted, are all its GL resources freed?
      QML and Qt Quick • opengl memory memory leak opengl es • • Stefan Monov76  

      6
      0
      Votes
      6
      Posts
      1755
      Views

      @Stefan-Monov76 The automatic deletion of QObject childs by the parents is used in whole Qt frame work and is fully documented and will not change in any version. http://doc.qt.io/qt-5/objecttrees.html
    • UNSOLVED All Canvas3D rendering is broken when GL ES 3.0 is requested
      QML and Qt Quick • opengl canvas3d opengl es opengl es 3.0 • • Stefan Monov76  

      2
      0
      Votes
      2
      Posts
      717
      Views

      Hi, I'd recommend checking out the bug report system to see if it's something known. If not then please consider opening a new report providing your sample application as well as system specification.
    • UNSOLVED Canvas3D: gl.getString fails
      QML and Qt Quick • opengl es • • Stefan Monov76  

      1
      0
      Votes
      1
      Posts
      345
      Views

      No one has replied

    • SOLVED Why can't I use OpenGL ES 3.0 in Qt?
      QML and Qt Quick • opengl es opengl es 3.0 • • Stefan Monov76  

      2
      0
      Votes
      2
      Posts
      2592
      Views

      I got a working solution (in comments) here.
    • UNSOLVED How to figure out which GLSL (ESSL) version Qt uses on my PC?
      QML and Qt Quick • opengl canvas3d opengl es glsl glsl es • • Stefan Monov76  

      1
      0
      Votes
      1
      Posts
      642
      Views

      No one has replied

    • UNSOLVED Shaders loaded from a file won't compile in armv7
      Mobile and Embedded • android opengl es2.0 opengl es shaders • • Metadr  

      4
      0
      Votes
      4
      Posts
      1615
      Views

      Then you should use the Qt resource system to embed the shader in your application. You current shader files are accessible on your host. When you start your application on your device, they won't be there.
    • SOLVED OpenGLES test project on Android fails to compile
      Mobile and Embedded • android compile-error opengl es • • Metadr  

      4
      0
      Votes
      4
      Posts
      1541
      Views

      Glad you found out and thanks for sharing ! Since you have it working now please mark the thread as solved using the"Topic Tool" button so that other forum users may know a solution has been found :)
    • UNSOLVED Qt 5.6 qopengl library missing
      Mobile and Embedded • opengl es • • metRo_  

      1
      0
      Votes
      1
      Posts
      1102
      Views

      No one has replied

    • ANGLE with static 5.5 build
      General and Desktop • qt 5.5 static static build opengl es angle • • dbrunner  

      2
      0
      Votes
      2
      Posts
      1394
      Views

      Another interesting development: I tried running on another machine with the Qt toolchain installed, and the program worked. So it appears it is still reading something from the filesystem that is not on a regular Windows machine, but I don't know what that might be. I did package all the qmldir files needed for Qt Quick to work.