From b88ab0ef377da8dbf7bef6216101b1d255cbe5e8 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Tue, 11 May 2021 17:07:03 -0400 Subject: [PATCH] Add vkGetDrmDisplayEXT to the list of function deleted by ObjectRelease --- VulkanHppGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 0291735..5614cd7 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -5035,7 +5035,7 @@ std::string VulkanHppGenerator::constructCommandResultGetHandleUnique( std::stri if ( ( name.find( "Acquire" ) != std::string::npos ) || ( name.find( "Get" ) != std::string::npos ) ) { if ( ( name == "vkAcquirePerformanceConfigurationINTEL" ) || ( name == "vkGetRandROutputDisplayEXT" ) || - ( name == "vkGetWinrtDisplayNV" ) ) + ( name == "vkGetWinrtDisplayNV" ) || ( name == "vkGetDrmDisplayEXT" )) { objectDeleter = "ObjectRelease"; }