Vulkan-Docs/doc/specs/vulkan/man/vkUnmapMemory.txt

54 lines
1.1 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
vkUnmapMemory(3)
================
Name
----
vkUnmapMemory - Unmap a previously mapped memory object.
C Specification
---------------
// refBegin vkUnmapMemory Unmap a previously mapped memory object.
To unmap a memory object once host access to it is no longer needed by the
application, call:
include::../protos/vkUnmapMemory.txt[]
Parameters
----------
* pname:device is the logical device that owns the memory.
* pname:memory is the memory object to be unmapped.
Description
-----------
include::../validity/protos/vkUnmapMemory.txt[]
See Also
--------
slink:VkDevice, slink:VkDeviceMemory
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkUnmapMemory
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]