I’m trying to create an empty image.
I’m doing New Image(width,height,TextureFlags.Dynamic) but it comes out as fully red.
Clearing the image with Color.None takes a few MS which feels like a waste.
Can I somehow create a completely empty image from the start?