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