D3d_depth_clear_value - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
NOTOC
Notation
Description
Clears all pixels in the depth buffer or "z-buffer" to a specific value.
Parameters
- value, floating point representing the value to clear all pixels in the depth buffer to
Return Values
Document return values.
Example Call
d3d_depth_clear(5);
Demonstrates clearing the depth buffer to a value of 5.