diff options
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -346,6 +346,11 @@ core = Extension( Param("uint32_t", "memRangeCount"), Param("const VkMappedMemoryRange*", "pMemRanges")]), + Proto("VkResult", "GetDeviceMemoryCommitment", + [Param("VkDevice", "device"), + Param("VkDeviceMemory", "memory"), + Param("VkDeviceSize*", "pCommittedMemoryInBytes")]), + Proto("VkResult", "BindBufferMemory", [Param("VkDevice", "device"), Param("VkBuffer", "buffer"), |
