DX11: Do I need to resolve a MSAA texture before using it as a texture ressource in a pixel shader?
I apply elaborate pixel shaders to textures, using a simple quad (drawing two triangles covering the whole input texture). The pixel shader uses the result of previous draw calls, stored in a ID3D11Texture2D. Here is a snippet of the C++ code: