blendFuncSeparateiOES method

void blendFuncSeparateiOES(
  1. int buf,
  2. int srcRGB,
  3. int dstRGB,
  4. int srcAlpha,
  5. int dstAlpha,
)

Implementation

void blendFuncSeparateiOES(
        int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) =>
    js_util.callMethod(this, 'blendFuncSeparateiOES',
        [buf, srcRGB, dstRGB, srcAlpha, dstAlpha]);