Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make compatible with TypeScript 4.3
In TypeScript 4.3, `WebGLObject` was dropped from `lib.dom.d.ts`. This commit replaces uses of `WebGLObject` with `WebGLRenderbuffer|WebGLTexture`. Based on reading TWGL's `createFramebufferInfo(...)` these two are the only possible object types for attachments in `FramebufferInfo`.
- Loading branch information