diff options
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"), |
