点击或拖拽改变大小

OpenGLDepthFunc 方法 (DepthFunction)

This function sets the current depth buffer comparison function, the default it LESS.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void DepthFunc(
	DepthFunction function
)

参数

function
类型:DSkin.OpenGLDepthFunction
The comparison function to set.
参见