PFNGLGETNUNIFORMUIVPROC typedef

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

Implementation

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