|
libflame
12600
|
Functions | |
| FLA_Error | FLA_Copy_task (FLA_Obj A, FLA_Obj B, fla_copy_t *cntl) |
| FLA_Error FLA_Copy_task | ( | FLA_Obj | A, |
| FLA_Obj | B, | ||
| fla_copy_t * | cntl | ||
| ) |
References FLA_Copy_external().
Referenced by FLA_Copy_internal(), FLASH_Queue_exec_task(), and FLASH_Queue_exec_task_gpu().
{
return FLA_Copy_external( A, B );
}
1.7.6.1