Class VkPhysicalDeviceExternalSemaphoreInfo

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
    Direct Known Subclasses:
    VkPhysicalDeviceExternalSemaphoreInfoKHR

    public class VkPhysicalDeviceExternalSemaphoreInfo
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure specifying semaphore creation parameters.
    Valid Usage (Implicit)
    See Also

    GetPhysicalDeviceExternalSemaphoreProperties, GetPhysicalDeviceExternalSemaphorePropertiesKHR

    Member documentation

    • sType – the type of this structure
    • pNext – NULL or a pointer to an extension-specific structure.
    • handleType – a VkExternalSemaphoreHandleTypeFlagBits value specifying the external semaphore handle type for which capabilities will be returned.

    Layout

    
     struct VkPhysicalDeviceExternalSemaphoreInfo {
         VkStructureType sType;
         void const * pNext;
         VkExternalSemaphoreHandleTypeFlagBits handleType;
     }