glGlobalAlphaFactordSun function opengl_glext
GLAPI void APIENTRY glGlobalAlphaFactordSUN (GLdouble factor)
Implementation
void glGlobalAlphaFactordSun(double factor) {
final glGlobalAlphaFactordSunAsFunction = _glGlobalAlphaFactordSun
.cast<NativeFunction<Void Function(Double factor)>>()
.asFunction<void Function(double factor)>();
return glGlobalAlphaFactordSunAsFunction(factor);
}