Package icyllis.arc3d.granite
Class DrawAtlas.AtlasTokenTracker
java.lang.Object
icyllis.arc3d.granite.DrawAtlas.AtlasTokenTracker
- Enclosing class:
DrawAtlas
The TokenTracker encapsulates the incrementing and distribution of AtlasTokens.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
long
Gets the token one beyond the last token that has been flushed, either in GrDrawingManager::flush() or Device::flushPendingWorkToRecorder()
-
Constructor Details
-
AtlasTokenTracker
public AtlasTokenTracker()
-
-
Method Details
-
nextFlushToken
public long nextFlushToken()Gets the token one beyond the last token that has been flushed, either in GrDrawingManager::flush() or Device::flushPendingWorkToRecorder() -
issueFlushToken
public void issueFlushToken()
-