点击或拖拽改变大小

OpenGLGetString 方法 (Int32)

Return a string describing the GLU version or GLU extensions.

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

参数

name
类型:SystemInt32
Specifies a symbolic constant, one of OpenGL.VERSION, or OpenGL.EXTENSIONS.

返回值

类型:String
The GLU string.
参见