Add vkGetDrmDisplayEXT to the list of function deleted by ObjectRelease

This commit is contained in:
Simon Zeni 2021-05-11 17:07:03 -04:00 committed by Markus Tavenrath
parent c92c47c3a4
commit b88ab0ef37

View File

@ -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";
}