PFNGLPROGRAMUNIFORM1FVPROC typedef
PFNGLPROGRAMUNIFORM1FVPROC =
Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Float> value)
Implementation
typedef PFNGLPROGRAMUNIFORM1FVPROC =
Void Function(
Uint32 program,
Int32 location,
Uint32 count,
Pointer<Float> value,
);