PFNGLUNIFORM4FVPROC typedef

PFNGLUNIFORM4FVPROC = Void Function(Int32 location, Uint32 count, Pointer<Float> value)

Implementation

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