47 lines
1.1 KiB
Plaintext
47 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/
|
|
|
|
VkCommandBufferUsageFlagBits(3)
|
|
===============================
|
|
|
|
Name
|
|
----
|
|
VkCommandBufferUsageFlagBits - Bitmask specifying usage behavior for command buffer
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin VkCommandBufferUsageFlagBits - Bitmask specifying usage behavior for command buffer
|
|
include::../enums/VkCommandBufferUsageFlagBits.txt[]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
For more information, see:
|
|
|
|
* The reference page for slink:VkCommandBufferBeginInfo, where this interface is defined.
|
|
* The See Also section for other reference pages using this type.
|
|
* The Vulkan Specification.
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
elink:VkCommandBufferUsageFlags
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkCommandBufferUsageFlagBits
|
|
|
|
This page is a generated document.
|
|
Fixes and changes should be made to the generator scripts,not directly.
|
|
|
|
include::footer.txt[]
|
|
|