mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-17 11:21:01 +00:00
Merge pull request #947 from Azaezel/alpha403/atlasSizeAug
bump up max allowable texture dimensions
This commit is contained in:
commit
23895e365a
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ public:
|
|||
enum Constants
|
||||
{
|
||||
/// The maximum mipmap levels we support. The current
|
||||
/// value lets us support up to 4096 x 4096 images.
|
||||
c_maxMipLevels = 13
|
||||
/// value lets us support up to 8192 x 8192 images.
|
||||
c_maxMipLevels = 14
|
||||
};
|
||||
|
||||
enum TextureOp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue