Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.68 KB

nf-d3d10effect-d3d10stateblockmaskdifference.md

File metadata and controls

87 lines (65 loc) · 2.68 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:d3d10effect.D3D10StateBlockMaskDifference
D3D10StateBlockMaskDifference function (d3d10effect.h)
Combine two state-block masks with a bitwise XOR.
73eee0fa-79d7-c0e4-893e-efe3c0927f3f
D3D10StateBlockMaskDifference
D3D10StateBlockMaskDifference function [Direct3D 10]
d3d10effect/D3D10StateBlockMaskDifference
direct3d10.d3d10stateblockmaskdifference
direct3d10\d3d10stateblockmaskdifference.htm
direct3d10
VS|directx_sdk|~\d3d10stateblockmaskdifference.htm
12/05/2018
73eee0fa-79d7-c0e4-893e-efe3c0927f3f, D3D10StateBlockMaskDifference, D3D10StateBlockMaskDifference function [Direct3D 10], d3d10effect/D3D10StateBlockMaskDifference, direct3d10.d3d10stateblockmaskdifference
d3d10effect.h
Windows
D3D10.lib
D3D10.dll
Windows
19H1
D3D10StateBlockMaskDifference
d3d10effect/D3D10StateBlockMaskDifference
c++
APIRef
kbSyntax
DllExport
D3D10.dll
D3D10StateBlockMaskDifference

D3D10StateBlockMaskDifference function

-description

Combine two state-block masks with a bitwise XOR.

-parameters

-param pA [in]

Type: D3D10_STATE_BLOCK_MASK*

State block mask on the left side of the bitwise XOR operation. See D3D10_STATE_BLOCK_MASK.

-param pB [in]

Type: D3D10_STATE_BLOCK_MASK*

State block mask on the right side of the bitwise XOR operation.

-param pResult [out]

Type: D3D10_STATE_BLOCK_MASK*

The result of the bitwise XOR operation.

-returns

Type: HRESULT

This method returns one of the following Direct3D 10 Return Codes.

-see-also

Core Functions

Effect Functions