1 out of 2 rated this helpful - Rate this topic

ID3D11Resource interface

A resource interface provides common actions on all resources.

Members

The ID3D11Resource interface inherits from ID3D11DeviceChild. ID3D11Resource also has these types of members:

Methods

The ID3D11Resource interface has these methods.

MethodDescription
GetEvictionPriority

Get the eviction priority of a resource.

GetType

Get the type of the resource.

SetEvictionPriority

Set the eviction priority of a resource.

 

Remarks

A resource interface cannot be created directly; instead, buffers and textures are created that inherit from a resource interface (see Creating Buffer Resources or Creating Texture Resources).

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

D3D11.h

Library

D3D11.lib

See also

Resource Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.