aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-08-04 11:14:18 -0600
committerJon Ashburn <jon@lunarg.com>2015-08-04 11:14:18 -0600
commit4143efcf4bff17100e3f8fa180f392577905775c (patch)
tree9a2c7ee400a5a72619c368ade20e103439ab1c49 /loader/debug_report.c
parent5728400d96c65cf8803ece1da2c40a874fac6859 (diff)
downloadusermoji-4143efcf4bff17100e3f8fa180f392577905775c.tar.xz
loader: Remove extension origin and use Vulkan ext prop structure
Origin was set but unused. This allowed tghe loader_extension_property structure to be reduced down to the VkExtensionProperties.
Diffstat (limited to 'loader/debug_report.c')
-rw-r--r--loader/debug_report.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 4ee3a3c5..7983a5da 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -41,12 +41,9 @@
typedef void (VKAPI *PFN_stringCallback)(char *message);
-static const struct loader_extension_property debug_report_extension_info = {
- .info = {
+static const VkExtensionProperties debug_report_extension_info = {
.extName = VK_DEBUG_REPORT_EXTENSION_NAME,
.specVersion = VK_DEBUG_REPORT_EXTENSION_VERSION,
- },
- .origin = VK_EXTENSION_ORIGIN_LOADER,
};
void debug_report_add_instance_extensions(