Is there a way to run code/function after a Texture is ready and the context of the Texture Canvas is ready to draw?
I have done it with SetTimeout by waiting some miliseconds and then running it but I feel like it is “unsafe” or unreliable and there should be a better way to do it.