Save image from buffer ram

For what it’s worth, extractTextureData can only be used after the texture first actually has data in GPU RAM, for which you would still need to use base.win.addRenderTexture or something of the sort first.

However, if you got saveScreenshot to work, that is most convenient.