summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/textures/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/rhi/textures/texture.cpp')
-rw-r--r--src/plugins/renderers/rhi/textures/texture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/renderers/rhi/textures/texture.cpp b/src/plugins/renderers/rhi/textures/texture.cpp
index cef0cc2fc..e70991a9a 100644
--- a/src/plugins/renderers/rhi/textures/texture.cpp
+++ b/src/plugins/renderers/rhi/textures/texture.cpp
@@ -257,8 +257,8 @@ QRhiTextureUploadEntry createUploadEntry(int mipLevel, int layer, int xOffset, i
int zOffset, const QByteArray &bytes,
const QTextureImageDataPtr &data) noexcept
{
- Q_UNUSED(zOffset)
- Q_UNUSED(data)
+ Q_UNUSED(zOffset);
+ Q_UNUSED(data);
QRhiTextureSubresourceUploadDescription description;
description.setData(bytes);
description.setSourceTopLeft(QPoint(xOffset, yOffset));