PFNGLGETPROGRAMPIPELINEINFOLOGPROC typedef

PFNGLGETPROGRAMPIPELINEINFOLOGPROC = Void Function(Uint32 pipeline, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> infoLog)

Implementation

typedef PFNGLGETPROGRAMPIPELINEINFOLOGPROC =
    Void Function(
      Uint32 pipeline,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> infoLog,
    );