Class VkSwapchainLatencyCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSwapchainLatencyCreateInfoNV extends Struct<VkSwapchainLatencyCreateInfoNV> implements NativeResource
struct VkSwapchainLatencyCreateInfoNV {
    VkStructureType sType;
    void const * pNext;
    VkBool32 latencyModeEnable;
}