Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Copies the texture object to the destination, by doing a deep copy.
void copy_to(
texture & _Dest
) const;
void copy_to(
writeonly_texture_view<_Value_type, _Rank> & _Dest
) const;
Parameters
_Dest
The object to copy to._Rank
The rank of the texture._Value_type
The type of the elements in the texture.
Requirements
Header: amp_graphics.h
Namespace: Concurrency::graphics