aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-21 17:57:31 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:32:04 -0600
commitdff021fa4c6027db3d8e9cc1d2322d121f273fc3 (patch)
tree756f84ebda15541ddaee620e18fdfcf76eaa96ad /icd
parent6ce184953cf1788f9b0752de4a762a9ff617c3a2 (diff)
downloadusermoji-dff021fa4c6027db3d8e9cc1d2322d121f273fc3.tar.xz
bug-14786: minor renames
Diffstat (limited to 'icd')
-rw-r--r--icd/nulldrv/nulldrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index a4b76cbe..e0991b1e 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -282,7 +282,7 @@ static VkResult nulldrv_img_create(struct nulldrv_dev *dev,
img->type = info->imageType;
img->depth = info->extent.depth;
img->mip_levels = info->mipLevels;
- img->array_size = info->arraySize;
+ img->array_size = info->arrayLayers;
img->usage = info->usage;
img->samples = info->samples;