Use this function to query if a certain OpenGL function is enabled or not.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public bool IsEnabled(
uint cap
)
参数
- cap
- 类型:SystemUInt32
The capability to test.
返回值
类型:
BooleanTrue if the capability is enabled, otherwise, false.
参见