Temaran/UnrealEngineShaderPluginDemo

Why pixel shader texture input has no transition?

Opened this issue · 0 comments

Hi,

I am new to dx12 and I'm studying the topic. I see that the UAV texture written by the compute shader becomes an input in the pixel shader. Why there's no transition from ComputeToGFX before invoking that, like the one right before the compute dispatch that goes GfxToCompute ?

Thanks