D3d_set_depth_operator - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

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

Parameters

  • mode, operator used

Return Values

The function has no return values.

Example Call

// demonstrates setting the depth operator
d3d_set_depth_operator( );

NOTOC