Class VkDeviceGroupCommandBufferBeginInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkDeviceGroupCommandBufferBeginInfoKHR

public class VkDeviceGroupCommandBufferBeginInfo extends Struct<VkDeviceGroupCommandBufferBeginInfo> implements NativeResource

 struct VkDeviceGroupCommandBufferBeginInfo {
     VkStructureType sType;
     void const * pNext;
     uint32_t deviceMask;
 }