From ec0cf1e96fb838397095358ab0db1f623791bf57 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 12 Feb 2016 13:46:04 -0700 Subject: layers: MR221: Android needs Enumerate*Properties Android queries information about layers and extensions from the layers via the Enumerate*Properties calls so need them to function correctly. This patch adds missing functions. --------------------------- --- layers/draw_state.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index b957ff52..1e7df0de 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -3656,7 +3656,6 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionPropert uint32_t* pCount, VkExtensionProperties* pProperties) { - // DrawState does not have any physical device extensions if (pLayerName == NULL) { dispatch_key key = get_dispatch_key(physicalDevice); layer_data *my_data = get_my_data_ptr(key, layer_data_map); -- cgit v1.2.3