Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkSemaphore | semaphore |
VkSemaphoreImportFlags | flags |
VkExternalSemaphoreHandleTypeFlagBits | handleType |
int | fd |
Definition at line 9138 of file vulkan_core.h.
int VkImportSemaphoreFdInfoKHR::fd |
Definition at line 9144 of file vulkan_core.h.
VkSemaphoreImportFlags VkImportSemaphoreFdInfoKHR::flags |
Definition at line 9142 of file vulkan_core.h.
VkExternalSemaphoreHandleTypeFlagBits VkImportSemaphoreFdInfoKHR::handleType |
Definition at line 9143 of file vulkan_core.h.
const void* VkImportSemaphoreFdInfoKHR::pNext |
Definition at line 9140 of file vulkan_core.h.
VkSemaphore VkImportSemaphoreFdInfoKHR::semaphore |
Definition at line 9141 of file vulkan_core.h.
VkStructureType VkImportSemaphoreFdInfoKHR::sType |
Definition at line 9139 of file vulkan_core.h.