Filter for ARB_debug_output removing duplicate messages. More...
#include </home/chochlik/devel/oglplus/include/oglplus/ext/ARB_debug_output.hpp>
Public Member Functions | |
ARB_debug_output_Unique (ARB_debug_output::Callback) | |
Construction takes another callback implementation. | |
operator ARB_debug_output::Callback (void) const | |
Conversion to Callback type for the ARB_debug_output ext wrapper. | |
Filter for ARB_debug_output removing duplicate messages.
An implementation of ARB_debug_output::Callback that removes duplicate messages, and passes them to another callback, i.e. every unique message from the debug_output is passed only once to another callback internally referenced by instances of this class.