diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-02-16 11:45:27 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-02-16 14:00:50 -0700 |
| commit | 8d1ed9e10adab988445bcf528fd995ef3bde6953 (patch) | |
| tree | e76d252c486609b7b4bdcbc01f161b86d3e6fb56 /scripts | |
| parent | f26c6c25cbc0ee3ac633fcaba8a21cbe3d4eb957 (diff) | |
| download | usermoji-8d1ed9e10adab988445bcf528fd995ef3bde6953.tar.xz | |
layers: Fix AllocateDescriptorSets in threading
Needed to special case this routine to skip validating objects
before creation. Caught in CTS testing.
Change-Id: Ic1c1b69bd1d75a5742c8b709624153db6af71885
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/threading_generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/threading_generator.py b/scripts/threading_generator.py index 553fde94..fc9174bf 100644 --- a/scripts/threading_generator.py +++ b/scripts/threading_generator.py @@ -382,6 +382,7 @@ class ThreadOutputGenerator(OutputGenerator): 'vkFreeCommandBuffers', 'vkCreateDebugReportCallbackEXT', 'vkDestroyDebugReportCallbackEXT', + 'vkAllocateDescriptorSets', ] if name in special_functions: decls = self.makeCDecls(cmdinfo.elem) |
