Class VkDeviceGroupCommandBufferBeginInfoKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkDeviceGroupCommandBufferBeginInfoKHR
    extends VkDeviceGroupCommandBufferBeginInfo
    See VkDeviceGroupCommandBufferBeginInfo.

    Layout

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