|
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 3018 of file vulkan_core.h.
| VkCommandBufferUsageFlags VkCommandBufferBeginInfo::flags |
Definition at line 3021 of file vulkan_core.h.
Referenced by rerecordCommandBuffer().
| const VkCommandBufferInheritanceInfo* VkCommandBufferBeginInfo::pInheritanceInfo |
Definition at line 3022 of file vulkan_core.h.
| const void* VkCommandBufferBeginInfo::pNext |
Definition at line 3020 of file vulkan_core.h.
| VkStructureType VkCommandBufferBeginInfo::sType |
Definition at line 3019 of file vulkan_core.h.
Referenced by rerecordCommandBuffer().