Searched refs:instance_layer_count (Results 1 – 1 of 1) sorted by relevance
76 uint32_t instance_layer_count; in init_global_layer_properties() local94 res = vkEnumerateInstanceLayerProperties(&instance_layer_count, NULL); in init_global_layer_properties()98 if (instance_layer_count == 0) in init_global_layer_properties()104 instance_layer_count * sizeof(VkLayerProperties)); in init_global_layer_properties()106 res = vkEnumerateInstanceLayerProperties(&instance_layer_count, vk_props); in init_global_layer_properties()112 for (uint32_t i = 0; i < instance_layer_count; i++) in init_global_layer_properties()