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::GetEvictionPriority method

Get the eviction priority of a resource.

Syntax


UINT GetEvictionPriority();

Parameters

This method has no parameters.

Return value

Type: UINT

One of the following values, which specifies the eviction priority for the resource:

  • DXGI_RESOURCE_PRIORITY_MINIMUM
  • DXGI_RESOURCE_PRIORITY_LOW
  • DXGI_RESOURCE_PRIORITY_NORMAL
  • DXGI_RESOURCE_PRIORITY_HIGH
  • DXGI_RESOURCE_PRIORITY_MAXIMUM

Remarks

This method is a wrapper for GetEvictionPriority and is provided in the ID3D10Resource Interface interface for convenience.

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10Resource Interface

 

 

Show:
© 2017 Microsoft