mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Add vkGetDrmDisplayEXT to the list of function deleted by ObjectRelease
This commit is contained in:
parent
c92c47c3a4
commit
b88ab0ef37
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user