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 specified texture object to this one.
texture& operator=(
const texture & _Other
);
texture& operator=(
texture<_Value_type, _Rank> && _Other
);
Parameters
- _Other
The texture object to copy from.
Return Value
A reference to this texture object.
Requirements
Header: amp_graphics.h
Namespace: Concurrency::graphics