blendFunc method

dynamic blendFunc(
  1. dynamic v0,
  2. dynamic v1
)

Implementation

blendFunc(v0, v1) {
  return gl.blendFunc(v0, v1);
}