D3D10StateBlockMaskDisableAll function (d3d10effect.h)

Disable all state capturing with a state-block mask.

Syntax

HRESULT D3D10StateBlockMaskDisableAll(
  [out] D3D10_STATE_BLOCK_MASK *pMask
);

Parameters

[out] pMask

Type: D3D10_STATE_BLOCK_MASK*

A mask filled with all zeroes (see D3D10_STATE_BLOCK_MASK).

Return value

Type: HRESULT

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

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h
Library D3D10.lib
DLL D3D10.dll

See also

Core Functions

Effect Functions