Class VkSurfaceCapabilitiesFullScreenExclusiveEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceCapabilitiesFullScreenExclusiveEXT extends Struct<VkSurfaceCapabilitiesFullScreenExclusiveEXT> implements NativeResource

 struct VkSurfaceCapabilitiesFullScreenExclusiveEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 fullScreenExclusiveSupported;
 }