|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkSemaphore | semaphore |
| VkSemaphoreImportFlags | flags |
| VkExternalSemaphoreHandleTypeFlagBits | handleType |
| int | fd |
Definition at line 6368 of file vulkan_core.h.
| int VkImportSemaphoreFdInfoKHR::fd |
Definition at line 6374 of file vulkan_core.h.
| VkSemaphoreImportFlags VkImportSemaphoreFdInfoKHR::flags |
Definition at line 6372 of file vulkan_core.h.
| VkExternalSemaphoreHandleTypeFlagBits VkImportSemaphoreFdInfoKHR::handleType |
Definition at line 6373 of file vulkan_core.h.
| const void* VkImportSemaphoreFdInfoKHR::pNext |
Definition at line 6370 of file vulkan_core.h.
| VkSemaphore VkImportSemaphoreFdInfoKHR::semaphore |
Definition at line 6371 of file vulkan_core.h.
| VkStructureType VkImportSemaphoreFdInfoKHR::sType |
Definition at line 6369 of file vulkan_core.h.