get_texture funkce
Přijme objekt texture a vrátí rozhraní 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
) ;
Parametry
_Value_type
Typ elementu textury._Rank
Řád textury._Texture
Je vrácen objekt writeonly_texture_view textury z objektu accelerator_view D3D, který je podložen pod rozhraním textury D3D.
Vrácená hodnota
Ukazatel na rozhraní IUnknown odpovídající textuře D3D podložené pod texturou.
Požadavky
Hlavičkový soubor: amp_graphics.h
Obor názvů: Concurrency::graphics::direct3d