public interface JCGLAsyncInterfaceGL33Type extends JCGLResourceUsableType
An "asynchronous" wrapper around an JCGLInterfaceGL33Type
interface.
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<T> |
evaluate(Function<JCGLInterfaceGL33Type,T> c)
Evaluate a function on the context's dedicated OpenGL thread.
|
CompletableFuture<Void> |
shutDown()
Schedule an orderly shutdown of the interface.
|
isDeleted<T> CompletableFuture<T> evaluate(Function<JCGLInterfaceGL33Type,T> c)
T - The type of returned valuesc - The function that will be evaluatedcCompletableFuture<Void> shutDown()
Copyright © 2016 <code@io7m.com> http://io7m.com