Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qopengltexture

    Log in to post
    • All categories
    • F

      Unsolved Problem with glBindTexture
      General and Desktop • qopengl qopengltexture bind opengl • • FrankE

      2
      0
      Votes
      2
      Posts
      760
      Views

      F

      That's becoming even more weird:

      GLFunctions::gl30()->glGenTextures(1, &texHandle);

      returns 2 in texHandle.

      but for using it in the shader it works for a value of 1 in the bindTexture

      GLFunctions::gl30()->glBindTexture(GL_TEXTURE_2D, texHandle-1);

      This is driving me nuts.

    • J

      Solved Problem loading an image with QImage
      General and Desktop • qimage error qopengltexture path image • • JesusM

      5
      0
      Votes
      5
      Posts
      1730
      Views

      J

      @KillerSmath That solved my problem. Thanks!

    • A

      Unsolved QOpenGLTexture and shader?
      General and Desktop • qt5.6 qopengltexture shaders • • Alain38

      3
      0
      Votes
      3
      Posts
      1892
      Views

      C

      Dear Alain38,

      Did you make it finally work? I got stocked with the exact same problem.

    • M

      Unsolved Rendering a QImage on openGL
      General and Desktop • opengl qopengltexture qimage • • maitai_vw

      1
      0
      Votes
      1
      Posts
      1380
      Views

      No one has replied

    • C

      Unsolved Using textures with 16 bits unsigned integers images with QOpenGLTexture
      General and Desktop • texture integers unsigned qopengltexture • • CamelFrog

      3
      0
      Votes
      3
      Posts
      1896
      Views

      C

      After some experimenting, the culprit was the MagnificationFilter. Although there were no problem setting the Magnification with QOpenGLTexture::NearestMipMapNearest with float images, with integer images, I had to set to QOpenGLTexture::Nearest.

    • K

      QOpenGLTexture -- allocateStorage and setData
      General and Desktop • qt5.5 opengl qopengltexture • • klox

      1
      0
      Votes
      1
      Posts
      4568
      Views

      No one has replied

    • G

      QOpenGLTexture and Shared QOpenGLContext glitches
      General and Desktop • qopengltexture qopenglframebuf opengl offscreen • • garfunkheul

      1
      0
      Votes
      1
      Posts
      627
      Views

      No one has replied

    • H

      [SOLVED] QOpenGLTexture method createTextureView. Is maximumMipmapLevel and maximumLayer inclusive?
      General and Desktop • qopengltexture texture opengl documentation • • HarryLong

      4
      0
      Votes
      4
      Posts
      1185
      Views

      Chris Kawa

      @HarryLong said:

      I would set this as solved but cannot figure out how...

      Edit your first message's title to start with [SOLVED].

    • J

      Cubemap texture with QOpenglTexture class.
      Game Development • qopengltexture cube map • • jjjj

      1
      0
      Votes
      1
      Posts
      3093
      Views

      No one has replied