X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fvk.c;h=edc3bf1650a53af71ffedf4496e259047c41ed35;hb=ba2675541bc5d6cdea7beb1efa7118142d7b7b23;hp=1fcba5824904ce4f820ed0ef588394944ca92848;hpb=9bbc581716d7a7de1e2e11779d2d609944379576;p=vkray 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