OpenGLBlendFunc 方法 (UInt32, UInt32) |
This function sets the current blending function.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void BlendFunc(
uint sfactor,
uint dfactor
)
参数
- sfactor
- 类型:SystemUInt32
Source factor. - dfactor
- 类型:SystemUInt32
Destination factor.
参见