PFNGLUNIFORM2DPROCDart typedef

PFNGLUNIFORM2DPROCDart = void Function(int location, double x, double y)

Implementation

typedef PFNGLUNIFORM2DPROCDart =
    void Function(int location, double x, double y);