VkGetMemoryWin32HandleNVNative typedef

VkGetMemoryWin32HandleNVNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, Uint32 handleType, Pointer<NativeType> pHandle)

Implementation

typedef VkGetMemoryWin32HandleNVNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkDeviceMemory> memory,
    Uint32 handleType,
    Pointer pHandle);