共用方式為


texture::get_associated_accelerator_view Method

Returns the accelerator_view that is the preferred target for this texture to be copied to.

Concurrency::accelerator_view get_associated_accelerator_view() const restrict(cpu);

Return Value

The accelerator_view that is the preferred target for this texture to be copied to.

Requirements

Header: amp_graphics.h

Namespace: concurrency::graphics

See Also

Reference

texture Class