-
Notifications
You must be signed in to change notification settings - Fork 0
D3d_depth_clear_value
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC
Clears all pixels in the depth buffer or "z-buffer" to a specific value.
- value, floating point representing the value to clear all pixels in the depth buffer to
Document return values.
d3d_depth_clear(5);Demonstrates clearing the depth buffer to a value of 5.
This is number 1