PFNGLUNIFORM2FVPROC typedef

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

Implementation

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