X3664vs_2_0 does not support synchronization operations
gamedev.net
Hi,I am trying to compile following shader code written for DX12_1 feature level with shader model cs_5_1.Hitting following error - X3664 vs_2_0 does not support synchronization operations I tried to change shader model from VS_studio HLSL properties but didn't worked.I have Intel GPU with DX 12_1 feature level support. Shader code // Input texture Texture2D<float> inputTexture : register(t0);/
0 Commentarios ·0 Acciones ·25 Views