bug-14786: minor renames
diff --git a/tests/render_tests.cpp b/tests/render_tests.cpp
index cdc9890..a4aad3f 100644
--- a/tests/render_tests.cpp
+++ b/tests/render_tests.cpp
@@ -4139,7 +4139,7 @@
     color_attachment.clearValue.color.float32[2] = 0;
     color_attachment.clearValue.color.float32[3] = 0;
     color_attachment.colorAttachment = 0;
-    VkClearRect clear_rect = { { 0, 0, 0 }, { (int)m_width, (int)m_height, 1 } };
+    VkClearRect clear_rect = { { { 0, 0 }, { (int)m_width, (int)m_height } } };
     vkCmdClearAttachments(m_cmdBuffer->handle(), 1, &color_attachment,
                           1, &clear_rect);