So it seems that the viewport in PIE-mode creates a render texture with a format that is different from the one in standalone mode. I get:
- PF_B8G8R8A8 in PIE-mode
- PF_A2B10G10R10 in standalone-mode
Can I force the render texture format of standalone mode to be the same format?