blendFunc method

void blendFunc(
  1. int v0,
  2. int v1
)

Implementation

void blendFunc(int v0, int v1) {
  return glBlendFunc(v0, v1);
}