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 6368 of file vulkan_core.h.

Field Documentation

◆ fd

int VkImportSemaphoreFdInfoKHR::fd

Definition at line 6374 of file vulkan_core.h.

◆ flags

VkSemaphoreImportFlags VkImportSemaphoreFdInfoKHR::flags

Definition at line 6372 of file vulkan_core.h.

◆ handleType

VkExternalSemaphoreHandleTypeFlagBits VkImportSemaphoreFdInfoKHR::handleType

Definition at line 6373 of file vulkan_core.h.

◆ pNext

const void* VkImportSemaphoreFdInfoKHR::pNext

Definition at line 6370 of file vulkan_core.h.

◆ semaphore

VkSemaphore VkImportSemaphoreFdInfoKHR::semaphore

Definition at line 6371 of file vulkan_core.h.

◆ sType

VkStructureType VkImportSemaphoreFdInfoKHR::sType

Definition at line 6369 of file vulkan_core.h.


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