SDL  2.0
VkImportSemaphoreFdInfoKHR Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSemaphore semaphore
 
VkSemaphoreImportFlags flags
 
VkExternalSemaphoreHandleTypeFlagBits handleType
 
int fd
 

Detailed Description

Definition at line 5411 of file vulkan_core.h.

Field Documentation

◆ fd

int VkImportSemaphoreFdInfoKHR::fd

Definition at line 5417 of file vulkan_core.h.

◆ flags

VkSemaphoreImportFlags VkImportSemaphoreFdInfoKHR::flags

Definition at line 5415 of file vulkan_core.h.

◆ handleType

VkExternalSemaphoreHandleTypeFlagBits VkImportSemaphoreFdInfoKHR::handleType

Definition at line 5416 of file vulkan_core.h.

◆ pNext

const void* VkImportSemaphoreFdInfoKHR::pNext

Definition at line 5413 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkImportSemaphoreFdInfoKHR::semaphore

Definition at line 5414 of file vulkan_core.h.

◆ sType

VkStructureType VkImportSemaphoreFdInfoKHR::sType

Definition at line 5412 of file vulkan_core.h.


The documentation for this struct was generated from the following file: