misc: Change clear rectangle to include array layer/count

commit: 53a511d
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 3814bb0..a4b76cb 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -953,7 +953,7 @@
     uint32_t                                    attachmentCount,
     const VkClearAttachment*                    pAttachments,
     uint32_t                                    rectCount,
-    const VkRect3D*                             pRects)
+    const VkClearRect*                          pRects)
 {
     NULLDRV_LOG_FUNC;
 }