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 ",").

        For Gerrit Dashboard: QTBUG-127403
        # Subject Branch Project Status CR V

            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