Home | History | Annotate | Download | only in layers

Lines Matching refs:UnmapMemory

1885 VKAPI_ATTR void VKAPI_CALL UnmapMemory(VkDevice device, VkDeviceMemory memory) {
1893 get_dispatch_table(pc_device_table_map, device)->UnmapMemory(device, memory);
5303 {"vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory)},