aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-02-12 13:46:04 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-18 14:48:57 -0700
commitec0cf1e96fb838397095358ab0db1f623791bf57 (patch)
tree04c871936dfa6b037a1bb6955321271aa6b14e87 /layers/draw_state.cpp
parentd2dd5425702556c111db4eb85230d16c204da723 (diff)
downloadusermoji-ec0cf1e96fb838397095358ab0db1f623791bf57.tar.xz
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. ---------------------------
Diffstat (limited to 'layers/draw_state.cpp')
-rw-r--r--layers/draw_state.cpp1
1 files changed, 0 insertions, 1 deletions
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);