diff options
| author | Ian Elliott <ian@LunarG.com> | 2015-04-28 11:35:02 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-29 14:41:47 -0600 |
| commit | 097d9f3f259d274223159af552a97537bbc15cb1 (patch) | |
| tree | f5cd98b29061cfc2e6a79009c3a641120c6c5237 | |
| parent | c391d922fac3f98b2bfaadaa3cfc1860a022c96f (diff) | |
| download | usermoji-097d9f3f259d274223159af552a97537bbc15cb1.tar.xz | |
demos: Improve tri/cube error if incompatible driver found.
| -rw-r--r-- | demos/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
