点击或拖拽改变大小

OpenGLGetErrorDescription 方法

Gets the error description for a given error code.

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

参数

errorCode
类型:SystemUInt32
The error code.

返回值

类型:String
The error description for the given error code.
参见