DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_D3DBRANCH Struct Reference

#include <d3dtypes.h>

Data Fields

DWORD dwMask
 
DWORD dwValue
 
BOOL bNegate
 
DWORD dwOffset
 

Detailed Description

Forward branch structure. Mask is logically anded with the driver status mask if the result equals 'value', the branch is taken.

Field Documentation

◆ bNegate

BOOL _D3DBRANCH::bNegate

TRUE to negate comparison

◆ dwMask

DWORD _D3DBRANCH::dwMask

Bitmask against D3D status

◆ dwOffset

DWORD _D3DBRANCH::dwOffset

How far to branch forward (0 for exit)

◆ dwValue

DWORD _D3DBRANCH::dwValue

The documentation for this struct was generated from the following file: