ReactOS 0.4.17-dev-934-g091855f
VkImportMemoryWin32HandleInfoKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImportMemoryWin32HandleInfoKHR:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkExternalMemoryHandleTypeFlagBits handleType
 
HANDLE handle
 
LPCWSTR name
 

Detailed Description

Definition at line 9161 of file vulkan.h.

Member Data Documentation

◆ handle

HANDLE VkImportMemoryWin32HandleInfoKHR::handle

Definition at line 9166 of file vulkan.h.

◆ handleType

VkExternalMemoryHandleTypeFlagBits VkImportMemoryWin32HandleInfoKHR::handleType

Definition at line 9165 of file vulkan.h.

◆ name

LPCWSTR VkImportMemoryWin32HandleInfoKHR::name

Definition at line 9167 of file vulkan.h.

◆ pNext

const void* VkImportMemoryWin32HandleInfoKHR::pNext

Definition at line 9164 of file vulkan.h.

◆ sType

VkStructureType VkImportMemoryWin32HandleInfoKHR::sType

Definition at line 9163 of file vulkan.h.


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