Class VkSurfaceCapabilitiesPresentBarrierNV

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

public class VkSurfaceCapabilitiesPresentBarrierNV extends org.lwjgl.system.Struct<VkSurfaceCapabilitiesPresentBarrierNV> implements org.lwjgl.system.NativeResource
Structure describing present barrier capabilities of a surface.
Description

This structure can be included in the pNext chain of VkSurfaceCapabilities2KHR to determine support for present barrier access. If presentBarrierSupported is FALSE, it indicates that the present barrier feature is not obtainable for this surface.

Valid Usage (Implicit)

Layout


 struct VkSurfaceCapabilitiesPresentBarrierNV {
     VkStructureType sType();
     void * pNext();
     VkBool32 presentBarrierSupported();
 }