Halide
VkImportSemaphoreFdInfoKHR Struct Reference

#include <mini_vulkan.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSemaphore semaphore
 
VkSemaphoreImportFlagsKHR flags
 
VkExternalSemaphoreHandleTypeFlagBitsKHR handleType
 
int fd
 

Detailed Description

Definition at line 4127 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkImportSemaphoreFdInfoKHR::sType

Definition at line 4128 of file mini_vulkan.h.

◆ pNext

const void* VkImportSemaphoreFdInfoKHR::pNext

Definition at line 4129 of file mini_vulkan.h.

◆ semaphore

VkSemaphore VkImportSemaphoreFdInfoKHR::semaphore

Definition at line 4130 of file mini_vulkan.h.

◆ flags

VkSemaphoreImportFlagsKHR VkImportSemaphoreFdInfoKHR::flags

Definition at line 4131 of file mini_vulkan.h.

◆ handleType

VkExternalSemaphoreHandleTypeFlagBitsKHR VkImportSemaphoreFdInfoKHR::handleType

Definition at line 4132 of file mini_vulkan.h.

◆ fd

int VkImportSemaphoreFdInfoKHR::fd

Definition at line 4133 of file mini_vulkan.h.


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