Partilhar via


Função de get_texture

Utiliza um objeto texture e retorna uma interface IUnknown.

template<
   typename _Value_type,
   int _Rank                     
>
_Ret_ IUnknown *get_texture(
   const texture<_Value_type,
   _Rank> &_Texture                     
)  ;
                     
template<
   typename _Value_type,
   int _Rank                     
>
_Ret_ IUnknown *get_texture(
   const writeonly_texture_view<_Value_type,
   _Rank> &_Texture                     
)  ;

Parâmetros

  • _Value_type
    O tipo de elemento de texture.

  • _Rank
    A classificação da textura.

  • _Texture
    Uma writeonly_texture_view de uma textura em um accelerator_view D3D para o qual a interface de textura subjacente D3D é retornada.

Valor de retorno

O ponteiro de interface IUnknown correspondente a textura D3D subjacente à textura.

Requisitos

Cabeçalho: amp_graphics.h

Namespace: Concurrency::graphics::direct3d

Consulte também

Referência

Namespace Concurrency::Graphics::Direct3D