PFNGLGETPROGRAMRESOURCEFVNVPROC typedef

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

Implementation

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