Andy K. S. Wong
Andy K. S. Wong
Features: - [ ] glTF based scene graph model - [x] glTF files and resources loader - [x] glTF JSON - [x] GLB - [x] buffers - [x] .bin -...
Expose API to check WebGPU and WebGL limits. Ref: - https://alteredqualia.com/tools/webgl-features/ - https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/WebGL_best_practices - https://www.w3.org/TR/webgpu/#limits
Add support for WebXR and multiview (OVR_multiview2 / OCULUS_multiview). This should be an extension instead of core device feature
- Device - [X] Utils - [ ] GL2 Backend - [ ] Resources - [ ] Pipeline state merge logic - [ ] Rendering device - [ ] WebGPU...
Add more comprehensive input parameter assertions, and make them tree-shakeable for minimal runtime overhead. Currently, some checks still exist on production build, while others rely on the following pattern for...