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