PFNGLUNIFORM4DPROCDart typedef

PFNGLUNIFORM4DPROCDart = void Function(int location, double x, double y, double z, double w)

Implementation

typedef PFNGLUNIFORM4DPROCDart =
    void Function(int location, double x, double y, double z, double w);