p5.js icon indicating copy to clipboard operation
p5.js copied to clipboard

Add UBO support to WebGL mode

Open RandomGamingDev opened this issue 1 year ago • 0 comments

Increasing access

This would allow p5.js to move further in terms of graphical capabilities by allowing for the usage of higher capacity UBOs, which also by design provide better performance,

Most appropriate sub-area of p5.js?

  • [ ] Accessibility
  • [ ] Color
  • [ ] Core/Environment/Rendering
  • [ ] Data
  • [ ] DOM
  • [ ] Events
  • [ ] Image
  • [ ] IO
  • [ ] Math
  • [ ] Typography
  • [ ] Utilities
  • [X] WebGL
  • [ ] Build process
  • [ ] Unit testing
  • [ ] Internationalization
  • [ ] Friendly errors
  • [ ] Other (specify if possible)

Feature request details

Add support within .setUniform() or a new function for UBOs, and preferrably, if possible, for sub buffer updating.

RandomGamingDev avatar Oct 12 '24 13:10 RandomGamingDev