glGlobalAlphaFactoriSun function opengl_glext

void glGlobalAlphaFactoriSun(
  1. int factor
)
GLAPI void APIENTRY glGlobalAlphaFactoriSUN (GLint factor)

Implementation

void glGlobalAlphaFactoriSun(int factor) {
  final glGlobalAlphaFactoriSunAsFunction = _glGlobalAlphaFactoriSun
      .cast<NativeFunction<Void Function(Int32 factor)>>()
      .asFunction<void Function(int factor)>();
  return glGlobalAlphaFactoriSunAsFunction(factor);
}