PFNGLPROGRAMUNIFORM1FVPROCDart typedef

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

Implementation

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