diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-06-11 15:37:55 -0500 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:57 -0600 |
| commit | 925320abcb1d91d0a0364fec2294121895bbfc82 (patch) | |
| tree | 85319ca811500726d8c9886a9286066970fc9b23 /vulkan.py | |
| parent | a3cad0a72d86ed47490e7dee336b261293378506 (diff) | |
| download | usermoji-925320abcb1d91d0a0364fec2294121895bbfc82.tar.xz | |
vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925
Conflicts:
layers/mem_tracker.cpp
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -291,11 +291,6 @@ core = Extension( [Param("VkDevice", "device"), Param("VkDeviceMemory", "mem")]), - Proto("VkResult", "SetMemoryPriority", - [Param("VkDevice", "device"), - Param("VkDeviceMemory", "mem"), - Param("VkMemoryPriority", "priority")]), - Proto("VkResult", "MapMemory", [Param("VkDevice", "device"), Param("VkDeviceMemory", "mem"), |
