public interface RenderEngine
| Modifier and Type | Method and Description |
|---|---|
void |
doWork(RenderQueue queue,
RenderAssetProvider provider)
Start the render engine and use the queue to access requests and resolve responses.
|
boolean |
isWorking()
Check if the render engine is working.
|
void |
stopWork()
Finish the current requests and stop the engine.
|
void doWork(RenderQueue queue, RenderAssetProvider provider)
queue - Queue that provides the requests and makes it possible to resolve responsesprovider - Provider to access the assetsvoid stopWork()
boolean isWorking()
Copyright © 2017. All rights reserved.