D3d_set_fog_hint - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets which fog mode is preferred under circumstances the hardware does not support, eg. nicest, fastest, or either or.

Parameters

  • mode integer value representing the fog mode preferred

Return Values

This function has no return values.

Example Call

// Demonstrates setting the fog mode to prefer the use of the fastest mode.
d3d_set_fog_hint(rs_fastest);

NOTOC