|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#include <d3dtypes.h>
Data Fields | |
| DWORD | dwMask |
| DWORD | dwValue |
| BOOL | bNegate |
| DWORD | dwOffset |
Forward branch structure. Mask is logically anded with the driver status mask if the result equals 'value', the branch is taken.
| BOOL _D3DBRANCH::bNegate |
TRUE to negate comparison
| DWORD _D3DBRANCH::dwMask |
Bitmask against D3D status
| DWORD _D3DBRANCH::dwOffset |
How far to branch forward (0 for exit)
| DWORD _D3DBRANCH::dwValue |