9#include <glbinding-aux/glbinding-aux_api.h>
30GLBINDING_AUX_API
void resize(
unsigned int newSize);
48GLBINDING_AUX_API
void start(
const std::string & filepath);
60GLBINDING_AUX_API
void startExcept(
const std::set<std::string> & blackList);
71GLBINDING_AUX_API
void startExcept(
const std::string & filepath,
const std::set<std::string> & blackList);
77GLBINDING_AUX_API
void stop();
A FunctionCall represents a function call of an OpenGL API function, including the parameter and retu...
Definition FunctionCall.h:27
void pause()
Pauses logging for later stopping or resuming.
void startExcept(const std::set< std::string > &blackList)
Start logging to a file globally, except for blacklisted functions.
void resume()
Resumes paused logging.
void stop()
Stops logging and flushes log file.
void resize(unsigned int newSize)
Resizes the global log buffer.
void start()
Start logging to a file globally.
void log(LogEntry call)
Add a function call to the log.
Contains all the classes of glbinding.