Skip to content

D3d_depth_clear_value

hugh greene edited this page Jun 20, 2022 · 1 revision

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.

Clone this wiki locally