Operador texture_view::operator()
Retorna o valor do elemento por índice.
const value_type operator() (
const index<_Rank>& _Index
) const restrict(amp);
const value_type operator() (
int _I0
) const restrict(amp);
const value_type operator() (
int _I0,
int _I1
) const restrict(amp);
const value_type operator() (
int _I0,
int _I1,
int _I2
) const restrict(amp);
value_type operator() (
const index<_Rank>& _Index
) const restrict(amp);
value_type operator() (
int _I0
) const restrict(amp);
value_type operator() (
int _I0,
int _I1
) const restrict(amp);
value_type operator() (
int _I0,
int _I1,
int _I2
) const restrict(amp);
Parâmetros
_Index
O índice, possivelmente multidimensional._I0
O componente mais significativo do índice._I1
Um dos componentes mais significativos do índice._I2
O componente menos significativo do índice.
Valor de retorno
O valor do elemento indexado por _Index.
Requisitos
Cabeçalho: amp_graphics.h
Namespace: concurrency::graphics