The D3DBRANCH structure performs conditional operations inside an execute buffer. This structure is a forward-branch structure.
typedef struct _D3DBRANCH {
DWORD dwMask;
DWORD dwValue;
BOOL bNegate;
DWORD dwOffset;
} D3DBRANCH, *LPD3DBRANCH;
For a list of the available driver-status masks, see the dwStatus member of the D3DSTATUS structure.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in d3dtypes.h.