Share via


texture_view::set Method

Sets the value of the element at the specified index to the specified value.

void set(
   const index<_Rank>& _Index,
   const value_type& _Value
) const restrict(amp);

Parameters

  • _Index
    The index of the element to set, possibly multi-dimensional.

  • _Value
    The value to set the element to.

Requirements

Header: amp_graphics.h

Namespace: concurrency::graphics

See Also

Reference

texture_view Class