ID3D12Pageable interface

An interface from which many other core interfaces inherit from. It indicates that the object type encapsulates some amount of GPU-accessible memory; but does not strongly indicate whether the application can manipulate the object's residency.

Members

The ID3D12Pageable interface inherits from ID3D12DeviceChild but does not have additional members.

Remarks

For more details, refer to Memory Management in Direct3D 12 and the MakeResident method reference.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12DeviceChild
Creating Descriptor Heaps
Core Interfaces

 

 

Show: