Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591351708
  • Loading branch information
MediaPipe Team authored and copybara-github committed Dec 15, 2023
1 parent e55caa2 commit 41db137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mediapipe/gpu/gl_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ class GlContext : public std::enable_shared_from_this<GlContext> {
// Like Run, but does not wait.
void RunWithoutWaiting(GlVoidFunction gl_func);

// Returns a synchronization token.
// This should not be called outside of the GlContext thread.
// Returns a synchronization token for this GlContext.
std::shared_ptr<GlSyncPoint> CreateSyncToken();

// If another part of the framework calls glFinish, it should call this
Expand Down

0 comments on commit 41db137

Please sign in to comment.