diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-07-09 17:31:46 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:19 -0600 |
| commit | a52c8d1d7b244bfff5681f625781c4ac2e14e12e (patch) | |
| tree | d8d67da1645d3fe380d3af01be89d5162fe31629 /vulkan.py | |
| parent | 7e3ccb0f515317e0ad48009c59bfed6d6627965d (diff) | |
| download | usermoji-a52c8d1d7b244bfff5681f625781c4ac2e14e12e.tar.xz | |
Bug 14084 - Object Tracker, Image, Generic layers
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -200,11 +200,9 @@ core = Extension( "VkAttachmentView", "VkShaderModule", "VkShader", + "VkPipelineCache", "VkPipelineLayout", "VkPipeline", - "VkPipelineCache", - "VkSampler", - "VkDescriptorSet", "VkDescriptorSetLayout", "VkSampler", "VkDescriptorPool", |
