diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-04-16 19:23:13 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2015-04-16 19:35:00 -0600 |
| commit | 834a93da196bd710efa2d3f481cded30ae22ddd5 (patch) | |
| tree | 405e9215a9890ad841b3ce82db2af65f8b8cd4de /vulkan.py | |
| parent | 3213c75fc5178de45c117a10f187a9279e546859 (diff) | |
| download | usermoji-834a93da196bd710efa2d3f481cded30ae22ddd5.tar.xz | |
Bug 13632 Header 84 Add VkFlushMappedMemory
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -319,6 +319,11 @@ core = Extension( Proto("VkResult", "UnmapMemory", [Param("VkDeviceMemory", "mem")]), + Proto("VkResult", "FlushMappedMemory", + [Param("VkDeviceMemory", "mem"), + Param("VkDeviceSize", "offset"), + Param("VkDeviceSize", "size")]), + Proto("VkResult", "PinSystemMemory", [Param("VkDevice", "device"), Param("const void*", "pSysMem"), |
