blendEquation method

void blendEquation(
  1. int equation
)

Implementation

void blendEquation(int equation) {
  _gl.blendEquation(equation);
}