void grDepthBufferFunction(
int function )
Depth buffer perpixel compare functuions.
function:
GR_CMP_NEVER 0
GR_CMP_LESS
1
GR_CMP_EQUAL 2
GR_CMP_LEQUAL 3
GR_CMP_GREATER 4
GR_CMP_NOTEQUAL 5
GR_CMP_GEQUAL 6
GR_CMP_ALWAYS 7