engine
engine copied to clipboard
Fix programlib
The programlib object is currently included directly in GraphicsDevice and also exported as a public object (though not documented).
Ideally we should:
- refrain from exporting programlib publicly
- register programs in the application instead - this will aid with tree shaking