Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.99 KB

nf-dcomp-idcompositionvisualdebug-enableheatmap.md

File metadata and controls

77 lines (59 loc) · 2.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dcomp.IDCompositionVisualDebug.EnableHeatMap
IDCompositionVisualDebug::EnableHeatMap (dcomp.h)
Enables a visual heatmap that represents overdraw regions.
EnableHeatMap
EnableHeatMap method [DirectComposition]
EnableHeatMap method [DirectComposition]
IDCompositionVisualDebug interface
IDCompositionVisualDebug interface [DirectComposition]
EnableHeatMap method
IDCompositionVisualDebug.EnableHeatMap
IDCompositionVisualDebug::EnableHeatMap
dcomp/IDCompositionVisualDebug::EnableHeatMap
directcomp.idcompositionvisualdebug_enableheatmap
directcomp\idcompositionvisualdebug_enableheatmap.htm
directcomp
9512959B-561F-4B43-9C7E-37174CC642EB
12/05/2018
EnableHeatMap, EnableHeatMap method [DirectComposition], EnableHeatMap method [DirectComposition],IDCompositionVisualDebug interface, IDCompositionVisualDebug interface [DirectComposition],EnableHeatMap method, IDCompositionVisualDebug.EnableHeatMap, IDCompositionVisualDebug::EnableHeatMap, dcomp/IDCompositionVisualDebug::EnableHeatMap, directcomp.idcompositionvisualdebug_enableheatmap
dcomp.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Dcomp.lib
Dcomp.dll
Windows
19H1
IDCompositionVisualDebug::EnableHeatMap
dcomp/IDCompositionVisualDebug::EnableHeatMap
c++
APIRef
kbSyntax
COM
Dcomp.dll
IDCompositionVisualDebug.EnableHeatMap

IDCompositionVisualDebug::EnableHeatMap

-description

Enables a visual heatmap that represents overdraw regions.

-parameters

-param color [in]

-returns

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See DirectComposition Error Codes for a list of error codes.

-remarks

Heatmaps can be enabled by calling EnableHeatMap. The heatmaps are drawn on the source of the VisualDebug visual and child visuals. The heatmaps are represented in a specified color for all visual content. The heatmap color must have a transparency in order to see the overlaying overdraw regions. The colored surfaces are blended together to visually show all overdraw regions in a single view.

-see-also

IDCompositionDeviceDebug

IDCompositionVisualDebug

IDCompositionVisualDebug::DisableHeatMap