summaryrefslogtreecommitdiff
path: root/src/tests/func/first.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/func/first.c')
-rw-r--r--src/tests/func/first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/func/first.c b/src/tests/func/first.c
index f02b6e9..7d6d7de 100644
--- a/src/tests/func/first.c
+++ b/src/tests/func/first.c
@@ -174,7 +174,7 @@ test(void)
VkResult result = vkAllocateDescriptorSets(t_device,
&(VkDescriptorSetAllocateInfo) {
.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO,
- .descriptorPool = VK_NULL_HANDLE,
+ .descriptorPool = t_descriptor_pool,
.descriptorSetCount = 2,
.pSetLayouts = set_layout,
}, set);