点击或拖拽改变大小

OpenGLStencilFunc 方法 (UInt32, Int32, UInt32)

This function sets the current stencil buffer function.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void StencilFunc(
	uint func,
	int reference,
	uint mask
)

参数

func
类型:SystemUInt32
The function type.
reference
类型:SystemInt32
The function reference.
mask
类型:SystemUInt32
The function mask.
参见