From 097d9f3f259d274223159af552a97537bbc15cb1 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Tue, 28 Apr 2015 11:35:02 -0600 Subject: demos: Improve tri/cube error if incompatible driver found. --- demos/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/cube.c b/demos/cube.c index b451bbf1..d041b10b 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -1873,7 +1873,7 @@ static void demo_init_vk(struct demo *demo) .queueNodeIndex = 0, .queueCount = 1, }; - + const VkDeviceCreateInfo device = { .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, .pNext = NULL, -- cgit v1.2.3