Unit 'DAV_CudaRuntime' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_asiovst]

TCudaMemcpy2DAsync

Declaration

Source position: DAV_CudaRuntime.pas line 175

type TCudaMemcpy2DAsync = function(

  Dest: Pointer;

  DeltaPitch: Cardinal;

  const Source: Pointer;

  SPitch: Cardinal;

  Width: Cardinal;

  Height: Cardinal;

  Kind: TCudaMemcpyKind;

  Stream: TCudaStream

):TCudaError;



CT Web help

CodeTyphon Studio