Class VkSurfaceFullScreenExclusiveInfoEXT

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

public class VkSurfaceFullScreenExclusiveInfoEXT extends org.lwjgl.system.Struct<VkSurfaceFullScreenExclusiveInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying the preferred full-screen transition behavior.
Description

If this structure is not present, fullScreenExclusive is considered to be FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT.

Valid Usage (Implicit)

Layout


 struct VkSurfaceFullScreenExclusiveInfoEXT {
     VkStructureType sType();
     void * pNext();
     VkFullScreenExclusiveEXT fullScreenExclusive();
 }