点击或拖拽改变大小

OpenGLStencilOp 方法 (UInt32, UInt32, UInt32)

This function sets the stencil buffer operation.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void StencilOp(
	uint fail,
	uint zfail,
	uint zpass
)

参数

fail
类型:SystemUInt32
Fail operation.
zfail
类型:SystemUInt32
Depth fail component.
zpass
类型:SystemUInt32
Depth pass component.
参见