d3d_set_depth_operator(mode)

From ENIGMA
Jump to navigation Jump to search

Description

Sets the operator used when testing the buffer whether to copy pixels to the buffer or not.

Parameters

Parameter Data Type Description
mode integer depth constant of the operator

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the depth operator
d3d_set_depth_operator( );