Class VkDeviceGroupDeviceCreateInfoKHR

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

    public class VkDeviceGroupDeviceCreateInfoKHR
    extends VkDeviceGroupDeviceCreateInfo
    See VkDeviceGroupDeviceCreateInfo.

    Layout

    
     struct VkDeviceGroupDeviceCreateInfoKHR {
         VkStructureType sType;
         void const * pNext;
         uint32_t physicalDeviceCount;
         VkPhysicalDevice const * pPhysicalDevices;
     }