Skip to content

D3d_depth_clear

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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.

This is number 1

Clone this wiki locally