Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-127136

Render buffers with 32-bit float depth

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 6.7.2
    • Qt RHI
    • None

    Description

      A render buffer created with type QRhiRenderBuffer::DepthStencil seems to use 24-bit integer depth. It is sometimes useful to have render buffers with 32-bit float depth.
      OpenGL lets you do that with
      glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH32F_STENCIL8, ...);
      Why not let the user select the image format of a render buffer in RHI? The current API with just two types seems a bit limited.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            jrade Johan Råde
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes