GlBlendFuncSeparateNative typedef

GlBlendFuncSeparateNative = Void Function(Uint32 sfactorRGB, Uint32 dfactorRGB, Uint32 sfactorAlpha, Uint32 dfactorAlpha)

Implementation

typedef GlBlendFuncSeparateNative = Void Function(Uint32 sfactorRGB,
    Uint32 dfactorRGB, Uint32 sfactorAlpha, Uint32 dfactorAlpha);