次の方法で共有


texture::copy_to メソッド

詳細コピーを行って、texture オブジェクトをコピー先にコピーします。

void copy_to(
   texture & _Dest
) const;

void copy_to(
   writeonly_texture_view<_Value_type, _Rank> & _Dest
) const;

パラメーター

  • _Dest
    コピー先のオブジェクト。

  • _Rank
    テクスチャのランク。

  • _Value_type
    テクスチャの要素の型。

必要条件

ヘッダー: amp_graphics.h

名前空間: Concurrency::graphics

参照

関連項目

texture クラス