engine icon indicating copy to clipboard operation
engine copied to clipboard

Fix programlib

Open slimbuck opened this issue 3 years ago • 0 comments

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

slimbuck avatar Jun 22 '22 15:06 slimbuck