Class VkSwapchainPresentBarrierCreateInfoNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkSwapchainPresentBarrierCreateInfoNV>
org.lwjgl.vulkan.VkSwapchainPresentBarrierCreateInfoNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkSwapchainPresentBarrierCreateInfoNV extends org.lwjgl.system.Struct<VkSwapchainPresentBarrierCreateInfoNV> implements org.lwjgl.system.NativeResource
specify the present barrier membership of this swapchain.
Description

If the pNext chain of VkSwapchainCreateInfoKHR does not include this structure, the default value for presentBarrierEnable is FALSE, meaning the swapchain does not request to use the present barrier. Additionally, when recreating a swapchain that was using the present barrier, and the pNext chain of VkSwapchainCreateInfoKHR does not include this structure, it means the swapchain will stop using the present barrier.

Valid Usage (Implicit)

Layout


 struct VkSwapchainPresentBarrierCreateInfoNV {
     VkStructureType sType();
     void * pNext();
     VkBool32 presentBarrierEnable();
 }