PFNGLPROGRAMUNIFORM4FVPROCDart typedef

PFNGLPROGRAMUNIFORM4FVPROCDart = void Function(int program, int location, int count, Pointer<Float> value)

Implementation

typedef PFNGLPROGRAMUNIFORM4FVPROCDart =
    void Function(int program, int location, int count, Pointer<Float> value);