v98: rename count to arraySize in VkDescriptorSetLayoutBinding

Conflicts:
	include/vulkan.h
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index f2b0f11..34b6ebf 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -963,7 +963,7 @@
 
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1085,7 +1085,7 @@
     ASSERT_VK_SUCCESS(err);
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1171,7 +1171,7 @@
 
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1290,7 +1290,7 @@
 
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1402,7 +1402,7 @@
     ASSERT_VK_SUCCESS(err);
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1485,7 +1485,7 @@
     ASSERT_VK_SUCCESS(err);
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1567,7 +1567,7 @@
     ASSERT_VK_SUCCESS(err);
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1649,7 +1649,7 @@
     ASSERT_VK_SUCCESS(err);
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };
@@ -1734,7 +1734,7 @@
 
     const VkDescriptorSetLayoutBinding dsl_binding = {
         .descriptorType     = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
-        .count              = 1,
+        .arraySize          = 1,
         .stageFlags         = VK_SHADER_STAGE_ALL,
         .pImmutableSamplers = NULL,
     };