GLTextureView.QueueEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| QueueEvent(IRunnable) |
Queue a runnable to be run on the GL rendering thread. |
| QueueEvent(Action) |
Queue an action to be run on the GL rendering thread. |
QueueEvent(IRunnable)
Queue a runnable to be run on the GL rendering thread.
public void QueueEvent(Java.Lang.IRunnable r);
Parameters
The runnable to be run on the GL rendering thread.
Applies to
QueueEvent(Action)
Queue an action to be run on the GL rendering thread.
public void QueueEvent(Action r);
Parameters
- r
- Action
The action to be run on the GL rendering thread.