aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-11-25 13:40:37 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-15 09:08:28 -0700
commit9640364064be1e1f1db8ba4bed842fffcb1fae57 (patch)
treec8aa0f8584cdfefad0a169b1c8e35895c96578ef /layers
parent66d7b56760657f9d57f5ec3675847a4cd2c81d38 (diff)
downloadusermoji-9640364064be1e1f1db8ba4bed842fffcb1fae57.tar.xz
layers: Rename VK_DEBUG_REPORT_EXTENSION enums
Diffstat (limited to 'layers')
-rw-r--r--layers/vk_layer_logging.h2
1 files changed, 1 insertions, 1 deletions
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;
}
}