Class VkSemaphoreWaitInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSemaphoreWaitInfoKHR extends VkSemaphoreWaitInfo
struct VkSemaphoreWaitInfoKHR {
    VkStructureType sType;
    void const * pNext;
    VkSemaphoreWaitFlags flags;
    uint32_t semaphoreCount;
    VkSemaphore const * pSemaphores;
    uint64_t const * pValues;
}