blendFunc method Null safety

void blendFunc (
  1. int sfactor,
  2. int dfactor
)

Implementation

void blendFunc(int sfactor, int dfactor) native;