gam0022 / resimulated

1st place at Revision 2020 (PC 64K Intro)
MIT License
18 stars 1 forks source link

テクスチャのBindの設計を見直す #66

Closed gam0022 closed 4 years ago

gam0022 commented 4 years ago

https://stackoverflow.com/questions/41020683/max-number-of-textures-in-webgl

gl.activeTexture / gl.bindTexture の呼び出しを1Passあたり8を上限にする

必要なもの

gam0022 commented 4 years ago

https://github.com/gam0022/webpack-tdf2020/pull/67 で対応