Class VkSurfaceFullScreenExclusiveInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceFullScreenExclusiveInfoEXT extends Struct<VkSurfaceFullScreenExclusiveInfoEXT> implements 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();
 }