d3d_set_fog_hint(mode)
Jump to navigation
Jump to search
Description
Sets which fog mode is preferred under circumstances the hardware does not support, eg. nicest, fastest, or either or.
Parameters
Parameter | Data Type | Description |
---|---|---|
mode | integer | fog mode constant |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the fog mode to prefer the use of the fastest mode
d3d_set_fog_hint(rs_fastest);