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

TCudaMemcpy2DFromArray

Declaration

Source position: DAV_CudaRuntime.pas line 161

type TCudaMemcpy2DFromArray = function(

  Dest: Pointer;

  DeltaPitch: Cardinal;

  const Source: PCudaArray;

  WOffset: Cardinal;

  HOffset: Cardinal;

  Width: Cardinal;

  Height: Cardinal;

  Kind: TCudaMemcpyKind

):TCudaError;



CT Web help

CodeTyphon Studio