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

52 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/
VkExtent3D(3)
=============
Name
----
VkExtent3D - Structure specifying a three-dimensional extent
C Specification
---------------
// refBegin VkExtent3D - Structure specifying a three-dimensional extent
A three-dimensional extent is defined by the structure:
include::../api/structs/VkExtent3D.txt[]
Members
-------
include::../validity/structs/VkExtent3D.txt[]
Description
-----------
See Also
--------
slink:VkBufferImageCopy, slink:VkImageCopy, slink:VkImageCreateInfo, slink:VkImageFormatProperties, slink:VkImageResolve, slink:VkQueueFamilyProperties, slink:VkSparseImageFormatProperties, slink:VkSparseImageMemoryBind
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkExtent3D
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]