ID3D12Device7 interface (d3d12.h)

Represents a virtual adapter.

This interface extends ID3D12Device6.

Inheritance

The ID3D12Device7 interface inherits from the ID3D12Device6 interface.

Methods

The ID3D12Device7 interface has these methods.

 
ID3D12Device7::AddToStateObject

Incrementally add to an existing state object. This incurs lower CPU overhead than creating a state object from scratch that is a superset of an existing one.
ID3D12Device7::CreateProtectedResourceSession1

Revises the ID3D12Device4::CreateProtectedResourceSession method with provision GUID that indicates the type of protected resource session.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header d3d12.h

See also

Core interfaces