texture::get 方法

返回指定索引处的元素的值。

const value_type get(
   const index<_Rank>& _Index
) const restrict(amp);

参数

  • _Index
    元素的索引。

返回值

指定索引处的元素的值。

要求

标题: amp_graphics.h

命名空间: Concurrency::graphics

请参见

参考

texture 类