v133: eliminate version from extension properties
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 4d6314a..cc0293a 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -42,8 +42,7 @@
static const struct loader_extension_property debug_report_extension_info = {
.info = {
.extName = DEBUG_REPORT_EXTENSION_NAME,
- .version = VK_DEBUG_REPORT_EXTENSION_VERSION,
- .specVersion = VK_API_VERSION,
+ .specVersion = VK_DEBUG_REPORT_EXTENSION_VERSION,
},
.origin = VK_EXTENSION_ORIGIN_LOADER,
};