VkCmdCopyBufferToImageNative typedef

VkCmdCopyBufferToImageNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> srcBuffer, Pointer<VkImage> dstImage, Int32 dstImageLayout, Uint32 regionCount, Pointer<VkBufferImageCopy> pRegions)

Implementation

typedef VkCmdCopyBufferToImageNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> srcBuffer,
    Pointer<VkImage> dstImage,
    Int32 dstImageLayout,
    Uint32 regionCount,
    Pointer<VkBufferImageCopy> pRegions);