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
If we want to remove the texture: In C++, we can pass nullptr, but in lua or js, passing null won't be accepted by the binding function. What we can do is suggested in the picture, when receiving empty string, just use nullptr instead.