PFNGLGETPROGRAMPIPELINEINFOLOGPROC typedef

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

Implementation

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