ID3D11Resource::GetType Method

Get the type of the resource.

Syntax

public:
void GetType(
         D3D11_RESOURCE_DIMENSION *pResourceDimension
)  

Parameters

pResourceDimension
Type: D3D11_RESOURCE_DIMENSION *

[out] Pointer to the resource type (see D3D11_RESOURCE_DIMENSION).

Return value

None.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11Resource

ID3D11Resource Members