\brief Copy the contents of input host buffers to input device buffers synchronously.
| 351 | //! \brief Copy the contents of input host buffers to input device buffers synchronously. |
| 352 | //! |
| 353 | void copyInputToDevice() |
| 354 | { |
| 355 | memcpyBuffers(true, false, false); |
| 356 | } |
| 357 | |
| 358 | //! |
| 359 | //! \brief Copy the contents of output device buffers to output host buffers synchronously. |