Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the deferred functions queue (#138)
This is dead code, and is a pretty finicky thing that we could implement better. <!-- ELLIPSIS_HIDDEN --> ---- | 🚀 | This description was created by 552887a | |--------|--------| refactor: remove unused deferred functions from rendering classes ### Summary: This pull request removes unused deferred functions from rendering files, simplifying the rendering process. **Key points**: - Remove unused `deferred_functions` array from `Renderer` class in `src/rendering.ts`. - Remove `pop_deferred_functions` function from `ReglRenderer` class in `src/regl_rendering.ts`. - Delete comments related to deferred functions in both files. - Simplify rendering process by removing unused code. ---- Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev) <!-- ELLIPSIS_HIDDEN -->
- Loading branch information