From: John Tsiombikas Date: Sun, 19 Dec 2021 07:43:34 +0000 (+0200) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vkray;a=commitdiff_plain;h=ba2675541bc5d6cdea7beb1efa7118142d7b7b23 foo --- 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