PFNGLGETNUNIFORMDVARBPROC typedef

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

Implementation

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