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

TCudaMemcpy2D

Declaration

Source position: DAV_CudaRuntime.pas line 159

type TCudaMemcpy2D = function(

  Dest: Pointer;

  DPitch: Cardinal;

  const Source: Pointer;

  SPitch: Cardinal;

  Width: Cardinal;

  Height: Cardinal;

  Kind: TCudaMemcpyKind

):TCudaError;



CT Web help

CodeTyphon Studio