The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/vk: Enlarge buffer to fix warning

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
ae61287f 124c9ecf

+1 -1
+1 -1
src/xrt/auxiliary/vk/vk_bundle_init.c
··· 468 468 VkPhysicalDeviceProperties pdp; 469 469 vk->vkGetPhysicalDeviceProperties(devices[i], &pdp); 470 470 471 - char title[20]; 471 + char title[32]; 472 472 (void)snprintf(title, sizeof(title), "GPU index %u\n", i); 473 473 vk_print_device_info(vk, U_LOGGING_DEBUG, &pdp, i, title); 474 474