No public description

PiperOrigin-RevId: 591351708
This commit is contained in:
MediaPipe Team 2023-12-15 13:55:52 -08:00 committed by Copybara-Service
parent e55caa234c
commit 41db137d37

View File

@ -190,8 +190,7 @@ class GlContext : public std::enable_shared_from_this<GlContext> {
// Like Run, but does not wait. // Like Run, but does not wait.
void RunWithoutWaiting(GlVoidFunction gl_func); void RunWithoutWaiting(GlVoidFunction gl_func);
// Returns a synchronization token. // Returns a synchronization token for this GlContext.
// This should not be called outside of the GlContext thread.
std::shared_ptr<GlSyncPoint> CreateSyncToken(); std::shared_ptr<GlSyncPoint> CreateSyncToken();
// If another part of the framework calls glFinish, it should call this // If another part of the framework calls glFinish, it should call this