ID3D11Texture2D

Undocumented in source.
version(Windows)
interface ID3D11Texture2D : ID3D11Resource {}

Members

Functions

GetDesc
void GetDesc(D3D11_TEXTURE2D_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID3D11Resource

GetEvictionPriority
uint GetEvictionPriority()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetType
void GetType(D3D11_RESOURCE_DIMENSION* rType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetEvictionPriority
void SetEvictionPriority(uint EvictionPriority)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta