From 9640364064be1e1f1db8ba4bed842fffcb1fae57 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 25 Nov 2015 13:40:37 -0700 Subject: layers: Rename VK_DEBUG_REPORT_EXTENSION enums --- layers/vk_layer_logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers') diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h index 47c68772..5f9fe51e 100644 --- a/layers/vk_layer_logging.h +++ b/layers/vk_layer_logging.h @@ -97,7 +97,7 @@ static inline debug_report_data *debug_report_create_instance( memset(debug_data, 0, sizeof(debug_report_data)); for (uint32_t i = 0; i < extension_count; i++) { /* TODO: Check other property fields */ - if (strcmp(ppEnabledExtensions[i], VK_DEBUG_REPORT_EXTENSION_NAME) == 0) { + if (strcmp(ppEnabledExtensions[i], VK_EXT_LUNARG_DEBUG_REPORT_EXTENSION_NAME) == 0) { debug_data->g_DEBUG_REPORT = true; } } -- cgit v1.2.3