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

46 lines
1.6 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/
VkDeviceSize(3)
===============
Name
----
VkDeviceSize - Vulkan device memory size and offsets
C Specification
---------------
// refBegin VkDeviceSize - Vulkan device memory size and offsets
basetype:VkDeviceSize represents device memory size and offset values:
include::../basetypes/VkDeviceSize.txt[]
Description
-----------
// refEnd VkDeviceSize
See Also
--------
slink:VkBufferCopy, slink:VkBufferCreateInfo, slink:VkBufferImageCopy, slink:VkBufferMemoryBarrier, slink:VkBufferViewCreateInfo, slink:VkDescriptorBufferInfo, slink:VkImageFormatProperties, slink:VkMappedMemoryRange, slink:VkMemoryAllocateInfo, slink:VkMemoryHeap, slink:VkMemoryRequirements, slink:VkPhysicalDeviceLimits, slink:VkSparseImageMemoryBind, slink:VkSparseImageMemoryRequirements, slink:VkSparseMemoryBind, slink:VkSubresourceLayout, flink:vkBindBufferMemory, flink:vkBindImageMemory, flink:vkCmdBindIndexBuffer, flink:vkCmdBindVertexBuffers, flink:vkCmdCopyQueryPoolResults, flink:vkCmdDispatchIndirect, flink:vkCmdDrawIndexedIndirect, flink:vkCmdDrawIndirect, flink:vkCmdFillBuffer, flink:vkCmdUpdateBuffer, flink:vkGetDeviceMemoryCommitment, flink:vkGetQueryPoolResults, flink:vkMapMemory
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDeviceSize
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]