Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DDEBUGMONITORTOKENS

Defines the debug monitor tokens.

Enum CONST_D3DDEBUGMONITORTOKENS
    D3DDMT_ENABLE  = 0
    D3DDMT_DISABLE = 1
End Enum

Constants

D3DDMT_ENABLE
Enable the debug monitor.
D3DDMT_DISABLE
Disable the debug monitor.

Remarks

The values in this enumerated type are used by the D3DRS_DEBUGMONITORTOKEN render state and are relevant only for debug builds.

See Also

CONST_D3DRENDERSTATETYPE