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