|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkCommandBufferBeginInfo:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkCommandBufferUsageFlags | flags |
| const VkCommandBufferInheritanceInfo * | pInheritanceInfo |
Definition at line 2696 of file vulkan_core.h.
| VkCommandBufferUsageFlags VkCommandBufferBeginInfo::flags |
Definition at line 2699 of file vulkan_core.h.
Referenced by rerecordCommandBuffer().
| const VkCommandBufferInheritanceInfo* VkCommandBufferBeginInfo::pInheritanceInfo |
Definition at line 2700 of file vulkan_core.h.
| const void* VkCommandBufferBeginInfo::pNext |
Definition at line 2698 of file vulkan_core.h.
| VkStructureType VkCommandBufferBeginInfo::sType |
Definition at line 2697 of file vulkan_core.h.
Referenced by rerecordCommandBuffer().