ID3D11Resource Interface

A resource interface provides common actions on all resources.

Syntax

interface ID3D11Resource : public ID3D11DeviceChild  

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).

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 Members