I\'ve just started using the Compute shader stage in DirectX 11 and encountered some unwanted behaviour when writing to an output resource in the Compute shader. I seem to get o
You have source and destination the wrong way round in your call to CopyResource.