From ba2675541bc5d6cdea7beb1efa7118142d7b7b23 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 19 Dec 2021 09:43:34 +0200 Subject: [PATCH] foo --- src/vk.c | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/vk.c b/src/vk.c index 1fcba58..edc3bf1 100644 --- a/src/vk.c +++ b/src/vk.c @@ -20,7 +20,7 @@ static uint32_t inst_ext_count, dev_ext_count, inst_layers_count; static VkPhysicalDevice *pdev_list; static uint32_t num_pdev; -static int have_debug_report; +static int have_raytrace, have_debug_report; #define ARRSZ(arr) (sizeof arr / sizeof *arr) static const char *known_layer_list[] = { @@ -103,6 +103,8 @@ static int create_instance(void) for(i=0; i