PFNGLGETSHADERINFOLOGPROC typedef

PFNGLGETSHADERINFOLOGPROC = Void Function(Uint32 shader, Int32 bufSize, Pointer<Int32> length, Pointer<Utf8> infoLog)

Implementation

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