Class VkPhysicalDevicePresentTimingFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePresentTimingFeaturesEXT extends Struct<VkPhysicalDevicePresentTimingFeaturesEXT> implements NativeResource
struct VkPhysicalDevicePresentTimingFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 presentTiming;
    VkBool32 presentAtAbsoluteTime;
    VkBool32 presentAtRelativeTime;
}