Operador texture_view::operator=
Atribui um modo de exibição da mesma textura que o texture_view especificado a essa instância de 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);
Parâmetros
_Other
Construtor de cópia [1, 2]
Um objeto modificável de texture_view.Construtor de cópia [3]
Um objeto não gravável de texture_view.
Valor de retorno
Uma referência a esta instância texture_view.
Requisitos
Cabeçalho: amp_graphics.h
Namespace: concurrency::graphics