Closed
Description
The RenderGraph should already be able to handle headless rendering scenarios. The only missing pieces are:
- Adapt WindowTextureNode to a TextureNode, which produces a texture output for configured dimensions instead of window dimensions
- Write code to copy texture data from the gpu to an image file so headless rendering can be verified