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

49 lines
1.3 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/
VkDeviceMemory(3)
=================
Name
----
VkDeviceMemory - Opaque handle to a device memory object
C Specification
---------------
// refBegin VkDeviceMemory - Opaque handle to a device memory object
A Vulkan device operates on data in device memory via memory objects that
are represented in the API by a sname:VkDeviceMemory handle.
Memory objects are represented by sname:VkDeviceMemory handles:
include::../api/handles/VkDeviceMemory.txt[]
Description
-----------
// refEnd VkDeviceMemory
See Also
--------
slink:VkMappedMemoryRange, slink:VkSparseImageMemoryBind, slink:VkSparseMemoryBind, flink:vkAllocateMemory, flink:vkBindBufferMemory, flink:vkBindImageMemory, flink:vkFreeMemory, flink:vkGetDeviceMemoryCommitment, flink:vkMapMemory, flink:vkUnmapMemory
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDeviceMemory
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]