hozuki / MilliSim

Extensible simulator for THE iDOLM@STER Million Live! Theater Days / アイドルマスターミリオンライブ!シアターデイズ用の拡張可能なシミュレーター / 可扩展的偶像大师百万现场剧场时光模拟器
MIT License
33 stars 3 forks source link

Texture size overflow #10

Closed hozuki closed 6 years ago

hozuki commented 6 years ago

D3D11 feature level 9.1 supports a maximum size of 2048x2048 pixels. D3D11 feature level 11.0 supports 16384x16384 pixels.

This causes the easter egg image (162x8424) to exceed size limit.

link