blendEquation method

void blendEquation(
  1. int v0
)

Implementation

void blendEquation(int v0) {
  return glBlendEquation(v0);
}