Mojo app glwindow
Class GLWindow Extends Window#
| Constructors | |
|---|---|
| New | 
| Methods | |
|---|---|
| BeginGL | Switches from shared GL context to private GL context. | 
| EndGL | Switches from private GL back to shared GL context. | 
| Protected methods | |
|---|---|
| OnRender | Override this method with your mojo rendering code. | 
| OnRenderGL | Override this method with your custom GL rendering code. |