glColor4xvOes function opengl_glext
GLAPI void APIENTRY glColor4xvOES (const GLfixed *components)
Implementation
void glColor4xvOes(Pointer<Int32> components) {
  final glColor4xvOesAsFunction = _glColor4xvOes
      .cast<NativeFunction<Void Function(Pointer<Int32> components)>>()
      .asFunction<void Function(Pointer<Int32> components)>();
  return glColor4xvOesAsFunction(components);
}