GlBlendFuncSeparateiARB typedef

GlBlendFuncSeparateiARB = void Function(int target, int index, int buffer, int offset, int size)

Implementation

typedef GlBlendFuncSeparateiARB = void Function(
    int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha);