Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 2.04 KB

d3d11-graphics-reference-d3d11-layer-interfaces.md

File metadata and controls

49 lines (24 loc) · 2.04 KB
title description ms.assetid keywords ms.topic ms.date
Layer Interfaces
This section contains information about the layer interfaces.
100cb66a-9bf5-4d0b-9f03-ad7c00e76d9d
interfaces, Direct3D 11 Layer
article
05/31/2018

Layer Interfaces

This section contains information about the layer interfaces.

In this section

Topic Description
ID3D11Debug
A debug interface controls debug settings, validates pipeline state and can only be used if the debug layer is turned on.
ID3D11InfoQueue
An information-queue interface stores, retrieves, and filters debug messages. The queue consists of a message queue, an optional storage filter stack, and a optional retrieval filter stack.
ID3D11RefDefaultTrackingOptions
The default tracking interface sets reference default tracking options.
ID3D11RefTrackingOptions
The tracking interface sets reference tracking options.
ID3D11SwitchToRef
Note: The ID3D11SwitchToRef interface and its methods are not supported in Direct3D 11.
ID3D11TracingDevice
The tracing device interface sets shader tracking information, which enables accurate logging and playback of shader execution.

Related topics

Layer Reference