Class VkDeviceGroupSwapchainCreateInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDeviceGroupSwapchainCreateInfoKHR>
org.lwjgl.vulkan.VkDeviceGroupSwapchainCreateInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDeviceGroupSwapchainCreateInfoKHR extends org.lwjgl.system.Struct<VkDeviceGroupSwapchainCreateInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying parameters of a newly created swapchain object.
Description

If this structure is not present, modes is considered to be DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR.

Valid Usage (Implicit)

Layout


 struct VkDeviceGroupSwapchainCreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkDeviceGroupPresentModeFlagsKHR modes();
 }