Godot Version
master/PR
Question
Ask your question here! Try to give as many details as possible
I am currently working on a new PR about refactoring the FSR implementation and integrating with the latest Fidelity FX SDK (and provide support for FSR1/2/3 in the same time). The work was smooth until I met with this problem:
ERROR: Tracker can't have more than one type of usage in the same compute list. Compute list usage is Texture Sample and the requested usage is Storage Image Read Write.
at: RenderingDeviceGraph::add_compute_list_usage (servers\rendering\rendering_device_graph.cpp:1791)
I didn’t really dive into the render graph system so I have no idea why this is happening and how to resolve it? Could any graphics person help me explain what kind of problem is causing this error and how to fix?