Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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