Class VkCommandBufferBeginInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandBufferBeginInfo extends Struct<VkCommandBufferBeginInfo> implements NativeResource

 struct VkCommandBufferBeginInfo {
     VkStructureType sType;
     void const * pNext;
     VkCommandBufferUsageFlags flags;
     {@link VkCommandBufferInheritanceInfo VkCommandBufferInheritanceInfo} const * pInheritanceInfo;
 }