次の方法で共有


texture::operator 演算子

指定したインデックス位置にある要素を返します。

const value_type operator[] (
   const index<_Rank>& _Index
) const restrict(amp);

const value_type operator[] (
   int _I0
) const restrict(amp);

パラメーター

  • _Index
    インデックス。

  • _I0
    インデックス。

戻り値

この要素は、指定したインデックス位置に。

必要条件

ヘッダー: amp_graphics.h

名前空間: Concurrency::graphics

参照

関連項目

texture クラス