glBlendFuncSeparate function

  1. @JS()
void glBlendFuncSeparate(
  1. JSObject gl,
  2. int srcRGB,
  3. int dstRGB,
  4. int srcAlpha,
  5. int dstAlpha,
)

Implementation

@JS()
external void glBlendFuncSeparate(JSObject gl, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha);