Skip to content

D3d_depth_clear_value

hpgDesigns edited this page Aug 8, 2021 · 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.

This is number 1

Clone this wiki locally