texture::operator() 연산자
매개 변수에 의해 지정 된 요소의 값을 반환 합니다.
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);
매개 변수
_Index
인덱스입니다._I0
인덱스의 가장 중요 한 구성 요소입니다._I1
인덱스의 다음-에-최상위 구성 요소입니다._I2
인덱스의 최하위 구성 요소입니다._Rank
인덱스는 순위입니다.
반환 값
매개 변수에 의해 지정 된 요소의 값입니다.
요구 사항
헤더: amp_graphics.h
네임 스페이스: Concurrency::graphics