35 lines
550 B
Plaintext
35 lines
550 B
Plaintext
|
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[]
|