Click or drag to resize
XDL

NXEasy3DViewglDepthFunc Method

glDepthFunc 함수는 Opngl의 glDepthFunc와 동일한 기능을 수행한다.

Namespace:  Pixoneer.NXDL.NXEasy3D
Assembly:  NXEasy3D (in NXEasy3D.dll) Version: 1.2.817.72
Syntax
C#
public void glDepthFunc(
	int format
)

Parameters

format
Type: SystemInt32
수행할 format type(GL_LEQUAL 등이 있음)
See Also