Class VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT extends Struct<VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT> implements NativeResource

 struct VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 presentModeFifoLatestReady;
 }