PFNGLGETPROGRAMINFOLOGPROC typedef
PFNGLGETPROGRAMINFOLOGPROC =
Void Function(Uint32 program, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> infoLog)
Implementation
typedef PFNGLGETPROGRAMINFOLOGPROC =
Void Function(
Uint32 program,
Uint32 bufSize,
Pointer<Uint32> length,
Pointer<Int8> infoLog,
);