VkCmdUpdateBuffer typedef

VkCmdUpdateBuffer = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> dstBuffer, int dstOffset, int dataSize, Pointer<NativeType> pData)

Implementation

typedef VkCmdUpdateBuffer = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> dstBuffer,
    int dstOffset,
    int dataSize,
    Pointer pData);