No public description
PiperOrigin-RevId: 591351708
This commit is contained in:
parent
e55caa234c
commit
41db137d37
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user