diff options
| author | Jeremy Hayes <jeremy@lunarg.com> | 2015-04-15 15:20:03 -0600 |
|---|---|---|
| committer | Jeremy Hayes <jeremy@lunarg.com> | 2015-04-16 15:47:58 -0600 |
| commit | 9a2eb8c22f051c153e899eca7e012a71e6d7f175 (patch) | |
| tree | 57777781dcd4761beeafa4da8d7de49d3f17e519 /vulkan.py | |
| parent | 6b0caf1faf85cd610b63fae31e3eb89833c94276 (diff) | |
| download | usermoji-9a2eb8c22f051c153e899eca7e012a71e6d7f175.tar.xz | |
vulkan: Rename bindInfo to pBindInfo.
Conflicts:
include/vulkan.h
layers/param_checker.cpp
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ core = Extension( [Param("VkQueue", "queue"), Param("VkImage", "image"), Param("uint32_t", "allocationIdx"), - Param("const VkImageMemoryBindInfo*", "bindInfo"), + Param("const VkImageMemoryBindInfo*", "pBindInfo"), Param("VkGpuMemory", "mem"), Param("VkGpuSize", "memOffset")]), |
