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 类