PFNGLGETPROGRAMRESOURCEIVPROC typedef

PFNGLGETPROGRAMRESOURCEIVPROC = Void Function(Uint32 program, Uint32 programInterface, Uint32 index, Uint32 propCount, Pointer<Uint32> props, Uint32 count, Pointer<Uint32> length, Pointer<Int32> params)

Implementation

typedef PFNGLGETPROGRAMRESOURCEIVPROC =
    Void Function(
      Uint32 program,
      Uint32 programInterface,
      Uint32 index,
      Uint32 propCount,
      Pointer<Uint32> props,
      Uint32 count,
      Pointer<Uint32> length,
      Pointer<Int32> params,
    );