How to draw textures created on the local rendering device?

As far as I can tell, after the merge of the Acyclic command graph PR the barriers are automatically added when re-ordering the commands so maybe you don’t need to do anything extra.

You can share textures between the local devices and the main device like this: Draw Compute Shader As Texture - #3 by mrcdk

1 Like