From a5580f0b3504346cdfafc4666d69743bde92f768 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Wed, 29 Apr 2015 16:23:52 -0600 Subject: layers: Add another routine to the list that don't need use counts --- vk-layer-generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vk-layer-generate.py b/vk-layer-generate.py index bd4776b7..1e419cda 100755 --- a/vk-layer-generate.py +++ b/vk-layer-generate.py @@ -1136,7 +1136,7 @@ class ObjectTrackerSubcommand(Subcommand): destroy_line = '' funcs = [] # Special cases for API funcs that don't use an object as first arg - if True in [no_use_proto in proto.name for no_use_proto in ['GlobalOption', 'CreateInstance', 'QueueSubmit', 'QueueAddMemReferences', 'QueueRemoveMemReferences', 'QueueWaitIdle', 'QueueBindObjectMemory', 'QueueBindObjectMemoryRange', 'QueueBindImageMemoryRange', 'QueuePresentWSI', 'GetGlobalExtensionInfo', 'CreateDevice', 'GetGpuInfo', 'QueueSignalSemaphore', 'QueueWaitSemaphore']]: + if True in [no_use_proto in proto.name for no_use_proto in ['GlobalOption', 'GetPhysicalDeviceInfo', 'CreateInstance', 'QueueSubmit', 'QueueAddMemReferences', 'QueueRemoveMemReferences', 'QueueWaitIdle', 'QueueBindObjectMemory', 'QueueBindObjectMemoryRange', 'QueueBindImageMemoryRange', 'QueuePresentWSI', 'GetGlobalExtensionInfo', 'CreateDevice', 'GetGpuInfo', 'QueueSignalSemaphore', 'QueueWaitSemaphore']]: using_line = '' else: using_line = ' loader_platform_thread_lock_mutex(&objLock);\n' -- cgit v1.2.3