aboutsummaryrefslogtreecommitdiff
path: root/scripts/unique_objects_generator.py
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-04-11 09:38:34 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-04-12 09:25:47 -0600
commit67ffcce381dfc54966db96deaf3c7ca47c7b3f8b (patch)
tree658e31855d23543478e49505cd3882b5937a601f /scripts/unique_objects_generator.py
parent7937dfa0801a8d752fd1185663eabe897d218104 (diff)
downloadusermoji-67ffcce381dfc54966db96deaf3c7ca47c7b3f8b.tar.xz
layers: Allow UO to codegen vkAllocateMemory
This was a special case, manually written as it contained a pnext extension chain containing Vulkan handles. Codegen now covers this case. Change-Id: I086d4314aeb9968c3f151e4e7134de7846c1c8d0
Diffstat (limited to 'scripts/unique_objects_generator.py')
-rw-r--r--scripts/unique_objects_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/unique_objects_generator.py b/scripts/unique_objects_generator.py
index 51c81301..cc1fe85c 100644
--- a/scripts/unique_objects_generator.py
+++ b/scripts/unique_objects_generator.py
@@ -132,7 +132,6 @@ class UniqueObjectsOutputGenerator(OutputGenerator):
'vkDestroyInstance',
'vkCreateDevice',
'vkDestroyDevice',
- 'vkAllocateMemory',
'vkCreateComputePipelines',
'vkCreateGraphicsPipelines',
'vkCreateSwapchainKHR',