|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Program.h>
Classes | |
| class | StreamHelper |
Public Member Functions | |
| InfoLog () | |
| ~InfoLog () | |
| size_t | getLength () const |
| void | getLog (GLsizei bufSize, GLsizei *length, char *infoLog) const |
| void | appendSanitized (const char *message) |
| void | reset () |
| template<typename T > | |
| StreamHelper | operator<< (const T &value) |
| std::string | str () const |
| gl::InfoLog::InfoLog | ( | ) |
| gl::InfoLog::~InfoLog | ( | ) |
| void gl::InfoLog::appendSanitized | ( | const char * | message | ) |
|
inline |
| void gl::InfoLog::reset | ( | ) |
|
inline |
1.8.13