PFNGLUNIFORM3FVPROC typedef

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

Implementation

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