PFNGLCOLOR3DPROCDart typedef

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

Implementation

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