OpenGLGetString 方法 (Int32) |
Return a string describing the GLU version or GLU extensions.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public string GetString(
int name
)
参数
- name
- 类型:SystemInt32
Specifies a symbolic constant, one of OpenGL.VERSION, or OpenGL.EXTENSIONS.
返回值
类型:
StringThe GLU string.
参见