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

51 lines
963 B
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/
VkExtent2D(3)
=============
Name
----
VkExtent2D - Structure specifying a two-dimensional extent
C Specification
---------------
// refBegin VkExtent2D - Structure specifying a two-dimensional extent
A two-dimensional extent is defined by the structure:
include::../api/structs/VkExtent2D.txt[]
Members
-------
include::../validity/structs/VkExtent2D.txt[]
Description
-----------
See Also
--------
slink:VkRect2D, flink:vkGetRenderAreaGranularity
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkExtent2D
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]