PFNGLGETNUNIFORMIVARBPROC typedef

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

Implementation

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