texture::operator() 運算子
傳回由參數指定的項目值。
const value_type operator() (const index<_Rank>& _Index) const restrict(amp);
const value_type operator() (int _I0) const restrict(amp);
const value_type operator() (int _I0, int _I1) const restrict(amp);
const value_type operator() (int _I0, int _I1, int _I2) const restrict(amp);
參數
_Index
索引。_I0
索引的最有效的元件。_I1
索引的次有效的元件。_I2
索引的最小有效的元件。_Rank
索引的層級。
傳回值
由參數指定的元素值。
需求
標頭: amp_graphics.h
命名空間: Concurrency::graphics