VkMapMemory typedef

VkMapMemory = int Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, int offset, int size, int flags, Pointer<NativeType> ppData)

Implementation

typedef VkMapMemory = int Function(
    Pointer<VkDevice> device,
    Pointer<VkDeviceMemory> memory,
    int offset,
    int size,
    int flags,
    Pointer ppData);