PFNGLUNIFORM1FVPROCDart typedef

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

Implementation

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