点击或拖拽改变大小

OpenGLErrorString 方法

Produce an error string from a GL or GLU error code.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public string ErrorString(
	uint errCode
)

参数

errCode
类型:SystemUInt32
Specifies a GL or GLU error code.

返回值

类型:String
The OpenGL/GLU error string.
参见