How to convert UTextureRenderTarget2D to Assimp embaded texture?
I’m using Assimp to export FBX with embedded textures.
Reading an image from a png file (into the built-in aiTexture*) works fine.
But when I try to convert UTextureRenderTarget2D to aiTexel* pcData I always get wrong data.