OpenGLGetString 方法 (UInt32) |
Return a string describing the current GL connection.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public string GetString(
uint name
)
参数
- name
- 类型:SystemUInt32
Specifies a symbolic constant, one of OpenGL.VENDOR, OpenGL.RENDERER, OpenGL.VERSION, or OpenGL.EXTENSIONS.
返回值
类型:
StringPointer to the specified string.
参见