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

35 lines
550 B
Plaintext
Raw Normal View History

2016-02-16 09:53:44 +00:00
vkUnmapMemory(3)
=================
Name
----
vkUnmapMemory - Unmap a previously mapped memory object.
C Specification
---------------
include::../protos/vkUnmapMemory.txt[]
Parameters
----------
pname:device::
Logical device which owns the memory object.
pname:memory::
A handle to the memory object to unmap.
Description
-----------
fname:vkUnmapMemory unmaps the previously mapped memory object specified by pname:memory.
include::../validity/protos/vkUnmapMemory.txt[]
See Also
--------
flink:vkMapMemory
include::footer.txt[]