Udostępnij za pośrednictwem


texture_view::operator= — Operator

Przypisuje widok samej struktury, jak określa texture_view dla tego wystąpienia texture_view.

texture_view<_Value_type, _Rank>& operator=(        // [1] copy constructor
   const texture_view<_Value_type, _Rank>& _Other
) restrict(amp, cpu);

texture_view<const _Value_type, _Rank>& operator=(  // [2] copy constructor
   const texture_view<_Value_type, _Rank>& _Other
) restrict(cpu);

texture_view<const _Value_type, _Rank>& operator=(  // [3] copy constructor
   const texture_view<const _Value_type, _Rank>& _Other
) restrict(amp, cpu);

Parametry

  • _Other

    • [1, 2] Konstruktor kopiujący
      Zapisywalny obiekt texture_view.

    • [3] Konstruktor kopiujący
      Niezapisywalny obiekt texture_view.

Wartość zwracana

Odwołanie do wystąpienia texture_view.

Wymagania

Nagłówek: amp_graphics.h

Przestrzeń nazw: concurrency::graphics

Zobacz też

Informacje

texture_view — Klasa