CUDABuffer.set

Copies data from the host to the device.

  1. void set(void[] buf)
    class CUDABuffer
    override
    void
    set
    (
    const void[] buf
    )
  2. void set(DeviceBuffer buf)

Parameters

buf void[]

An array of data to be copied to the device.

Meta