When I execute a var texture = BABYLON.Texture(...);
I would like to receive a promise (to work with await/async).
Is there a workaround for this? I’ve already tried the onLoadObservable and the parameter in the constructor. But I can’t get any further.