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