d3d_set_fog_hint - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets which fog mode is preferred under circumstances the hardware does not support, eg. nicest, fastest, or either or.
- mode integer value representing the fog mode preferred
This function has no return values.
// Demonstrates setting the fog mode to prefer the use of the fastest mode.
d3d_set_fog_hint(rs_fastest);
NOTOC