SDL 2.0
VkImportSemaphoreWin32HandleInfoKHR Struct Reference

#include <vulkan_win32.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkSemaphore semaphore
 
VkSemaphoreImportFlags flags
 
VkExternalSemaphoreHandleTypeFlagBits handleType
 
HANDLE handle
 
LPCWSTR name
 

Detailed Description

Definition at line 132 of file vulkan_win32.h.

Field Documentation

◆ flags

VkSemaphoreImportFlags VkImportSemaphoreWin32HandleInfoKHR::flags

Definition at line 136 of file vulkan_win32.h.

◆ handle

HANDLE VkImportSemaphoreWin32HandleInfoKHR::handle

Definition at line 138 of file vulkan_win32.h.

◆ handleType

VkExternalSemaphoreHandleTypeFlagBits VkImportSemaphoreWin32HandleInfoKHR::handleType

Definition at line 137 of file vulkan_win32.h.

◆ name

LPCWSTR VkImportSemaphoreWin32HandleInfoKHR::name

Definition at line 139 of file vulkan_win32.h.

◆ pNext

const void* VkImportSemaphoreWin32HandleInfoKHR::pNext

Definition at line 134 of file vulkan_win32.h.

◆ semaphore

VkSemaphore VkImportSemaphoreWin32HandleInfoKHR::semaphore

Definition at line 135 of file vulkan_win32.h.

◆ sType

VkStructureType VkImportSemaphoreWin32HandleInfoKHR::sType

Definition at line 133 of file vulkan_win32.h.


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