PFNGLGETNUNIFORMFVPROC typedef

PFNGLGETNUNIFORMFVPROC = Void Function(Uint32 program, Int32 location, Int32 bufSize, Pointer<Float> params)

Implementation

typedef PFNGLGETNUNIFORMFVPROC = Void Function(
    Uint32 program, Int32 location, Int32 bufSize, Pointer<Float> params);