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

44 lines
1011 B
Plaintext
Raw Normal View History

// 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/
2016-02-16 09:53:44 +00:00
VkImageCreateFlags(3)
=====================
Name
----
VkImageCreateFlags - Bitmask of VkImageCreateFlagBits
2016-02-16 09:53:44 +00:00
C Specification
---------------
include::../flags/VkImageCreateFlags.txt[]
Description
-----------
2016-02-16 09:53:44 +00:00
etext:VkImageCreateFlags is a mask of zero or more elink:VkImageCreateFlagBits.
It is used as a member and/or parameter of the structures and commands
in the See Also section below.
2016-02-16 09:53:44 +00:00
See Also
--------
2016-02-16 09:53:44 +00:00
elink:VkImageCreateFlagBits, slink:VkImageCreateInfo, flink:vkGetPhysicalDeviceImageFormatProperties
2016-02-16 09:53:44 +00:00
Document Notes
--------------
2016-02-16 09:53:44 +00:00
For more information, see the Vulkan Specification at URL
2016-02-16 09:53:44 +00:00
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkImageCreateFlags
This page is a generated document.
Fixes and changes should be made to the generator scripts,not directly.
2016-02-16 09:53:44 +00:00
include::footer.txt[]