blendEquation method

dynamic blendEquation(
  1. dynamic v0
)

Implementation

blendEquation(v0) {
  return gl.blendEquation(v0);
}