GlBlendFunc typedef

GlBlendFunc = void Function(int pipeline, int program)

Implementation

typedef GlBlendFunc = void Function(int sfactor, int dfactor);