PFNGLCOLOR3FPROCDart typedef

PFNGLCOLOR3FPROCDart = void Function(double red, double green, double blue)

Implementation

typedef PFNGLCOLOR3FPROCDart =
    void Function(double red, double green, double blue);