mojo.app.GLWindow - nitrologic/monkey2 GitHub Wiki

mojo::mojo.app.GLWindow

Class GLWindow Extends mojo:mojo.app.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.