Searched refs:global_layer_properties (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c595 VkLayerProperties *global_layer_properties = NULL; local
602 if (global_layer_properties) {
603 free(global_layer_properties);
605 global_layer_properties = malloc(sizeof(VkLayerProperties) * count);
606 assert(global_layer_properties);
614 err = vkEnumerateInstanceLayerProperties(&count, global_layer_properties);
622 VkLayerProperties *src_info = &global_layer_properties[i];
630 free(global_layer_properties);

Completed in 91 milliseconds