Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loader/trampoline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/trampoline.c b/loader/trampoline.c
index b8d76322a..9066a0878 100644
--- a/loader/trampoline.c
+++ b/loader/trampoline.c
@@ -459,8 +459,6 @@ LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCr
ptr_instance->app_api_version = LOADER_VERSION_1_0_0;
} else {
ptr_instance->app_api_version = loader_make_version(pCreateInfo->pApplicationInfo->apiVersion);
- // zero out the patch version since we don't actually want to compare with it
- ptr_instance->app_api_version.patch = 0;
}
// Look for one or more VK_EXT_debug_report or VK_EXT_debug_utils create info structures