VkMapMemoryNative typedef

VkMapMemoryNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, Uint64 offset, Uint64 size, Uint32 flags, Pointer<NativeType> ppData)

Implementation

typedef VkMapMemoryNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkDeviceMemory> memory,
    Uint64 offset,
    Uint64 size,
    Uint32 flags,
    Pointer ppData);