Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10Resource::GetType method

Get the type of the resource.

Syntax


void GetType(
  [out] D3D10_RESOURCE_DIMENSION *rType
);

Parameters

rType [out]

Type: D3D10_RESOURCE_DIMENSION*

Pointer to the resource type (see D3D10_RESOURCE_DIMENSION).

Return value

Returns nothing.

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10Resource Interface

 

 

Show:
© 2017 Microsoft