diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2016-01-19 16:08:39 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-01-20 18:07:12 -0700 |
| commit | 48d23cc83dbd8966443c191ea031d2889df84bc5 (patch) | |
| tree | 742e5f8bca8d3c71f31dc6c42d0781b533b05ffd /loader/debug_report.c | |
| parent | fb031e72f092194aeccf6e39adbf0e83ff91768b (diff) | |
| download | usermoji-48d23cc83dbd8966443c191ea031d2889df84bc5.tar.xz | |
debug_report: Integrate review feedback
Conflicts:
include/vulkan/vk_ext_debug_report.h
Conflicts:
include/vulkan/vk_ext_debug_report.h
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c index f949729a..9a581688 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -42,7 +42,7 @@ typedef void (VKAPI_PTR *PFN_stringCallback)(char *message); static const VkExtensionProperties debug_report_extension_info = { .extensionName = VK_EXT_DEBUG_REPORT_EXTENSION_NAME, - .specVersion = VK_EXT_DEBUG_REPORT_REVISION, + .specVersion = VK_EXT_DEBUG_REPORT_SPEC_VERSION, }; void debug_report_add_instance_extensions( |
