다음을 통해 공유


texture::operator 연산자

지정 된 인덱스에 있는 요소를 반환 합니다.

const value_type operator[] (
   const index<_Rank>& _Index
) const restrict(amp);

const value_type operator[] (
   int _I0
) const restrict(amp);

매개 변수

  • _Index
    인덱스입니다.

  • _I0
    인덱스입니다.

반환 값

지정 된 인덱스에 있는 요소입니다.

요구 사항

헤더: amp_graphics.h

네임 스페이스: Concurrency::graphics

참고 항목

참조

texture 클래스