#define CARD3D_SOFTWARE_EMULATION 1 Use it to set DirectX software emulation.
This is usually a lot slower than STATE Software rendering.
The advantage is that it will look exactly like DirectX hardware rendering.
#define CARD3D_NORMAL 2
#define CARD3D_OFF 4 in this case it will use STATE software rendering
which is equivalent to STATE_3D_card_use(NO)
Obsolete. Does nothing defined only for competability with version 6.0
In version 7.0 there is no software mode. the 3D card is always used
|