Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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