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

Typo in QRhiTextureRenderTargetDescription

XMLWordPrintable

    • All
    • 934ff5afb (dev), 7c1e2072f (6.8), d613da91a (6.7)

      QRhiTexture *texture = rhi->newTexture(QRhiTexture::RGBA8, QSize(512, 512), 1. QRhiTexture::RenderTarget);
      

      should be

      QRhiTexture *texture = rhi->newTexture(QRhiTexture::RGBA8, QSize(512, 512), 1, QRhiTexture::RenderTarget);
      

      (the "." should be replaced by a ",").

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

            lexcaz Alexei Cazacov
            Harald Meyer Harald Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes