pex-gl / pex-context

Modern WebGL state wrapper for PEX: allocate GPU resources (textures, buffers), setup state pipelines and passes, and combine them into commands.
http://pex-gl.github.io/pex-context/
MIT License
160 stars 12 forks source link

Reduce amount of supported texture formats #138

Open vorg opened 6 months ago

vorg commented 6 months ago

...to actually used ones.

commits like https://github.com/pex-gl/pex-context/commit/4db8b765cd87104924f9346ff4a756a37ce55b49 only convince me more that this is accidental and unnecessary complexity.