Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 5.47 KB

d3d11-graphics-reference-d3d11-layer-enums.md

File metadata and controls

47 lines (24 loc) · 5.47 KB
title description ms.assetid keywords ms.topic ms.date
Layer Enumerations
This section contains information about the layer enumerations.
0fd0456b-2638-4b4c-8a34-a3e104a1a034
enumerations, Direct3D 11 Layer
article
05/31/2018

Layer Enumerations

This section contains information about the layer enumerations.

In this section

Topic Description
D3D11_MESSAGE_CATEGORY
Categories of debug messages. This will identify the category of a message when retrieving a message with ID3D11InfoQueue::GetMessage and when adding a message with ID3D11InfoQueue::AddMessage. When creating an info queue filter, these values can be used to allow or deny any categories of messages to pass through the storage and retrieval filters.
D3D11_MESSAGE_ID
Debug messages for setting up an info-queue filter (see D3D11_INFO_QUEUE_FILTER); use these messages to allow or deny message categories to pass through the storage and retrieval filters. These IDs are used by methods such as ID3D11InfoQueue::GetMessage or ID3D11InfoQueue::AddMessage.
D3D11_MESSAGE_SEVERITY
Debug message severity levels for an information queue.
D3D11_RLDO_FLAGS
Options for the amount of information to report about a device object's lifetime.
D3D11_SHADER_TRACKING_OPTIONS
Options that specify how to perform shader debug tracking.
D3D11_SHADER_TRACKING_RESOURCE_TYPE
Indicates which resource types to track.

Related topics

Layer Reference