D3d_depth_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

NOTOC

Notation

Description

Clears the depth buffer or "z-buffer" to a default value of 1.

Parameters

  • none, there are no parameters for the function

Return Values

The are no return values for the function.

Example Call

d3d_depth_clear();

Demonstrates clearing the depth buffer.