Class VkSurfaceFullScreenExclusiveInfoEXT

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

    public class VkSurfaceFullScreenExclusiveInfoEXT
    extends org.lwjgl.system.Struct
    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)

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • fullScreenExclusive – a VkFullScreenExclusiveEXT value specifying the preferred full-screen transition behavior.

    Layout

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