Searched defs:BackendCallbacks (Results 1 – 1 of 1) sorted by relevance
24 struct BackendCallbacks { struct25 using RegisterProcessCleanupCallbackFunc =27 RegisterProcessCleanupCallbackFunc registerProcessCleanupCallback;29 using UnregisterProcessCleanupCallbackFunc = std::function<void(void* key)>;30 UnregisterProcessCleanupCallbackFunc unregisterProcessCleanupCallback;32 using InvalidateColorBufferFunc = std::function<void(uint32_t colorBufferHandle)>;33 InvalidateColorBufferFunc invalidateColorBuffer;35 using FlushColorBufferFunc = std::function<void(uint32_t colorBufferHandle)>;36 FlushColorBufferFunc flushColorBuffer;38 using FlushColorBufferFromBytesFunc =[all …]