glBlendEquation method

void glBlendEquation(
  1. int v0
)

Implementation

void glBlendEquation(int v0) {
  gl.blendEquation(v0);
}