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 we have Hint which is for optimization when overwriting some regions on a target texture, an image which is cleared every frame should no longer be stale. Thus, we don't need a notion of being volatile. In order to simplify the code, let's try to remove this.
Why is this needed?
To simplify the code.
The text was updated successfully, but these errors were encountered:
Operating System
What feature would you like to be added?
Now we have
Hint
which is for optimization when overwriting some regions on a target texture, an image which is cleared every frame should no longer be stale. Thus, we don't need a notion of being volatile. In order to simplify the code, let's try to remove this.Why is this needed?
To simplify the code.
The text was updated successfully, but these errors were encountered: