OpenGLDepthFunc 方法 (UInt32) |
This function sets the current depth buffer comparison function, the default it LESS.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void DepthFunc(
uint func
)
参数
- func
- 类型:SystemUInt32
The comparison function to set.
参见