CallbackMode
class CallbackMode
Controls how and when asynchronous operation callbacks are invoked.
Summary
Constants |
|
|---|---|
const Int |
Callbacks may fire within @see GPUInstance.waitAny or @see |
const Int |
AllowSpontaneous = 3Callbacks may fire spontaneously on any thread when the operation completes. |
const Int |
WaitAnyOnly = 1Callbacks fire only within a call to @see GPUInstance.waitAny. |
Constants
AllowProcessEvents
const val AllowProcessEvents = 2: Int
Callbacks may fire within @see GPUInstance.waitAny or @see GPUInstance.processEvents.
AllowSpontaneous
const val AllowSpontaneous = 3: Int
Callbacks may fire spontaneously on any thread when the operation completes.
WaitAnyOnly
const val WaitAnyOnly = 1: Int
Callbacks fire only within a call to @see GPUInstance.waitAny.