You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now mipmap is enabled by default when you use the linear filter. However, this could cause unexpected performance issue (#3095) and it is hard to estimate the cost.
Like we found a performance issue with color matrices, API's execution costs should be predictable. Thus, what about disabling mipmap by default and enable it by an option?
As this is a breaking change, this would be done in v3.
Why is this needed?
For more predictable API
The text was updated successfully, but these errors were encountered:
Operating System
What feature would you like to be added?
Now mipmap is enabled by default when you use the linear filter. However, this could cause unexpected performance issue (#3095) and it is hard to estimate the cost.
Like we found a performance issue with color matrices, API's execution costs should be predictable. Thus, what about disabling mipmap by default and enable it by an option?
As this is a breaking change, this would be done in v3.
Why is this needed?
For more predictable API
The text was updated successfully, but these errors were encountered: