texture::get Method

Returns the value of the element at the specified index.

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

Parameters

  • _Index
    The index of the element.

Return Value

The value of the element at the specified index.

Requirements

Header: amp_graphics.h

Namespace: Concurrency::graphics

See Also

Reference

texture Class